Sets the row key for the given row index to the given value.

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public DataFrame SetRowKey(
	int rowIndex,
	Object key
)
Visual Basic (Declaration)
Public Function SetRowKey ( _
	rowIndex As Integer, _
	key As Object _
) As DataFrame
Visual C++
public:
DataFrame^ SetRowKey(
	int rowIndex, 
	Object^ key
)

Parameters

rowIndex
Type: System..::.Int32
A row index.
key
Type: System..::.Object
A row key.

See Also