Krypton OutlookGrid Help
![]() | KryptonOutlookGridAddInternalColumn Method (OutlookGridColumn) |
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)

public void AddInternalColumn( OutlookGridColumn col )
Public Sub AddInternalColumn ( col As OutlookGridColumn )
Parameters
- col
- Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridColumn
The configured OutlookGridColumn.
