Krypton OutlookGrid Help
OutlookGridColumnCollectionItem Property (String) |
Gets the OutlookGridColumn in the list by its name
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 OutlookGridColumn this[ string columnName ] { get; }
Public ReadOnly Default Property Item ( columnName As String ) As OutlookGridColumn Get
Parameters
- columnName
- Type: SystemString
The column name.
Property Value
Type: OutlookGridColumn[Missing <value> documentation for "P:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.OutlookGridColumnCollection.Item(System.String)"]
Return Value
Type: OutlookGridColumnOutlookGridColumn
See Also