KryptonOutlookGrid.Expand Method (String)

Krypton OutlookGrid

KryptonOutlookGridExpand Method (String)
Krypton OutlookGrid v1.6.0
Expand all groups associated to a specific 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)
Syntax
public void Expand(
	string col
)
Public Sub Expand ( 
	col As String
)

Parameters

col
Type: SystemString
The DataGridViewColumn
See Also