Click or drag to resize

DataColumnCollectionGetColumnNumber Method

Returns the position of the column in the Collection.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int GetColumnNumber(
	DataColumn datac
)

Parameters

datac  DataColumn
The column.

Return Value

Int32
The position of the column, or -1 if the column is not contained.
See Also