Click or drag to resize

DataFrameGetRow(Object) Method

Gets the data for the first row with a given row key.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Object[] GetRow(
	Object rowKey
)

Parameters

rowKey  Object
A row key.

Return Value

Object
A collection of row data.
See Also