Get the column index by index.

Namespace: Ico.WPF.Specialized.DataGridControl.ViewModel
Assembly: IcoWPFSpecialized (in IcoWPFSpecialized.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
int GetColumnIndexByIndex(
	int index
)
Visual Basic
Function GetColumnIndexByIndex ( _
	index As Integer _
) As Integer
JScript
function GetColumnIndexByIndex(
	index : int
) : int

Parameters

index
Type: System..::..Int32

See Also