Returns the index of the first row with a given row key.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public int IndexOfKey( Object rowKey ) |
| Visual Basic (Declaration) |
|---|
Public Function IndexOfKey ( _ rowKey As Object _ ) As Integer |
| Visual C++ |
|---|
public: int IndexOfKey( Object^ rowKey ) |
Parameters
- rowKey
- Type: System..::.Object
A row key.