OutlookGridColumn Constructor (String, DataGridViewColumn, IOutlookGridGroup, SortOrder, Int32, Int32)

Krypton OutlookGrid

OutlookGridColumn Constructor (String, DataGridViewColumn, IOutlookGridGroup, SortOrder, Int32, Int32)
Krypton OutlookGrid v1.6.0
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)
Syntax
public OutlookGridColumn(
	string columnName,
	DataGridViewColumn col,
	IOutlookGridGroup group,
	SortOrder sortDirection,
	int groupIndex,
	int sortIndex
)
Public Sub New ( 
	columnName As String,
	col As DataGridViewColumn,
	group As IOutlookGridGroup,
	sortDirection As SortOrder,
	groupIndex As Integer,
	sortIndex As Integer
)

Parameters

columnName
Type: SystemString
The name.
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.
See Also