DataColumnCollectionGetColumnNumber Method |
Returns the position of the column in the Collection.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int GetColumnNumber(
DataColumn datac
)
Parameters
- datac DataColumn
- The column.
Return Value
Int32The position of the column, or -1 if the column is not contained.
See Also