Get the index of a column described by caption. This property is useful with experiment depending item lists, where the position of a column may move and the caption still remains.

Namespace: ExpSuite
Assembly: FrameWork (in FrameWork.exe) Version: 1.0.0.0

Syntax

Visual Basic
Friend ReadOnly Property ColIndex ( _
	Col As String _
) As Integer
	Get

Parameters

Col
Type: System..::..String
Caption of a column

Field Value

Return Value

Column index

Remarks

ColIndex returns the index of a column, which was found for the given caption Col.

See Also