Krypton OutlookGrid Help
OutlookGridRowGetState Method |
Overrides the GetState method
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 override DataGridViewElementStates GetState( int rowIndex )
Public Overrides Function GetState ( rowIndex As Integer ) As DataGridViewElementStates
Parameters
- rowIndex
- Type: SystemInt32
[Missing <param name="rowIndex"/> documentation for "M:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.OutlookGridRow.GetState(System.Int32)"]
Return Value
Type: DataGridViewElementStates[Missing <returns> documentation for "M:JDHSoftware.Krypton.Toolkit.KryptonOutlookGrid.OutlookGridRow.GetState(System.Int32)"]
See Also