OutlookGridColumnCollection.FindFromColumnIndex Method

Krypton OutlookGrid

OutlookGridColumnCollectionFindFromColumnIndex Method
Krypton OutlookGrid v1.6.0
Gets the column from its real index (from the underlying DataGridViewColumn)

Namespace: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid
Assembly: JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid (in JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
public OutlookGridColumn FindFromColumnIndex(
	int index
)
Public Function FindFromColumnIndex ( 
	index As Integer
) As OutlookGridColumn

Parameters

index
Type: SystemInt32
The index

Return Value

Type: OutlookGridColumn
The OutlookGridColumn.
See Also