Return the index of the first column with a given column name.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
public int IndexOfColumn( string colName ) |
| Visual Basic (Declaration) |
|---|
Public Function IndexOfColumn ( _ colName As String _ ) As Integer |
| Visual C++ |
|---|
public: int IndexOfColumn( String^ colName ) |
Parameters
- colName
- Type: System..::.String
A column name.