KryptonOutlookGrid.AddInternalColumn Method

Krypton OutlookGrid

KryptonOutlookGridAddInternalColumn Method
Krypton OutlookGrid v1.6.0
Overload List
  Name Description
Public method AddInternalColumn(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,...)
Public method AddInternalColumn(DataGridViewColumn, IOutlookGridGroup, SortOrder, Int32, Int32)
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,...)
Top
See Also