KryptonOutlookGridGroupBox.Contains Method (String)

Krypton OutlookGrid

KryptonOutlookGridGroupBoxContains Method (String)
Krypton OutlookGrid v1.6.0
Checks if the column exists in the GroupBox control

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 bool Contains(
	string columnName
)
Public Function Contains ( 
	columnName As String
) As Boolean

Parameters

columnName
Type: SystemString
The column name.

Return Value

Type: Boolean
True if exists, otherwise false.
See Also