Click or drag to resize

FrameRowGetIndexOf Method

Gets the index of the column with the given name.

Namespace:  Meta.Numerics.Data
Assembly:  Meta.Numerics (in Meta.Numerics.dll) Version: 4.1.4
Syntax
public int GetIndexOf(
	string name
)

Parameters

name
Type: SystemString
The name of the column.

Return Value

Type: Int32
The index of the column, of -1 if no such column exists.
See Also