Krypton OutlookGrid Help
![]() | KryptonOutlookGridGroupColumn Method (OutlookGridColumn, SortOrder, IOutlookGridGroup) |
Group a column
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 GroupColumn( OutlookGridColumn col, SortOrder sortDirection, IOutlookGridGroup gr )
Public Sub GroupColumn ( col As OutlookGridColumn, sortDirection As SortOrder, gr As IOutlookGridGroup )
Parameters
- col
- Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridColumn
The name of the column. - sortDirection
- Type: System.Windows.FormsSortOrder
The sort direction of the group./ - gr
- Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridIOutlookGridGroup
The IOutlookGridGroup object.
