Krypton OutlookGrid Help
![]() | OutlookGridColumn Constructor (DataGridViewColumn, IOutlookGridGroup, SortOrder, Int32, Int32) |
Constructor
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 OutlookGridColumn( DataGridViewColumn col, IOutlookGridGroup group, SortOrder sortDirection, int groupIndex, int sortIndex )
Public Sub New ( col As DataGridViewColumn, group As IOutlookGridGroup, sortDirection As SortOrder, groupIndex As Integer, sortIndex As Integer )
Parameters
- col
- Type: System.Windows.FormsDataGridViewColumn
The DataGridViewColumn. - group
- Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridIOutlookGridGroup
The group type for the column. - sortDirection
- Type: System.Windows.FormsSortOrder
The sort direction. - groupIndex
- Type: SystemInt32
The column's position in grouping and at which level. - sortIndex
- Type: SystemInt32
the column's position among sorted columns.
