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

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

Parameters

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

See Also