KryptonOutlookGrid.AddRangeInternalColumns Method

Krypton OutlookGrid

KryptonOutlookGridAddRangeInternalColumns Method
Krypton OutlookGrid v1.6.0
Add an array of OutlookGridColumns for internal use of OutlookGrid. The columns must already exist 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)
Syntax
public void AddRangeInternalColumns(
	params OutlookGridColumn[] cols
)
Public Sub AddRangeInternalColumns ( 
	ParamArray cols As OutlookGridColumn()
)

Parameters

cols
Type: JDHSoftware.Krypton.Toolkit.KryptonOutlookGridOutlookGridColumn

[Missing <param name="cols"/> documentation for "M:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.KryptonOutlookGrid.AddRangeInternalColumns(JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.OutlookGridColumn[])"]

See Also