KryptonOutlookGrid.Collapse Method (String)

Krypton OutlookGrid

KryptonOutlookGridCollapse Method (String)
Krypton OutlookGrid v1.6.0
Collapse 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 Collapse(
	string col
)
Public Sub Collapse ( 
	col As String
)

Parameters

col
Type: SystemString
The DataGridViewColumn
See Also