Krypton OutlookGrid Help
![]() | KryptonOutlookGridGroupBoxContains Method (String) |
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)

public bool Contains( string columnName )
Public Function Contains ( columnName As String ) As Boolean
Parameters
- columnName
- Type: SystemString
The column name.
Return Value
Type: BooleanTrue if exists, otherwise false.
