Click or drag to resize

DataFrameSetRowKeys Method

Sets the row keys in this data frame to the elements of the given collection.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DataFrame SetRowKeys(
	ICollection c
)

Parameters

c  ICollection
A collection of row keys.

Return Value

DataFrame
Exceptions
ExceptionCondition
MismatchedSizeExceptionThrown if the number of elements in the collection does not equal the number of rows in this data frame.
See Also