Returns the column using its index in the AwxListView as a parameter

Namespace: Ico.Awx.List
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public AwxListField GetFieldByIndex(
	int index
)
Visual Basic
Public Function GetFieldByIndex ( _
	index As Integer _
) As AwxListField
JScript
public function GetFieldByIndex(
	index : int
) : AwxListField

Parameters

index
Type: System..::..Int32
The index of the column

See Also