KryptonOutlookGrid.AddInternalColumn Method (OutlookGridColumn)

Krypton OutlookGrid

KryptonOutlookGridAddInternalColumn Method (OutlookGridColumn)
Krypton OutlookGrid v1.6.0
Add a column for internal uses of the OutlookGrid. The column must already exists in the datagridview. Do this *BEFORE* using the grid (sorting and grouping, filling,...)

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 void AddInternalColumn(
	OutlookGridColumn col
)
Public Sub AddInternalColumn ( 
	col As OutlookGridColumn
)

Parameters

col
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridColumn
The configured OutlookGridColumn.
See Also