GrapeCity MultiRow Windows Forms Documentation
State Property (Cell)


Gets the current state of the cell.
Syntax
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<BrowsableAttribute(False)>
Public ReadOnly Property State As MultiRowElementStates
Dim instance As Cell
Dim value As MultiRowElementStates
 
value = instance.State
[EditorBrowsable(EditorBrowsableState.Advanced)]
[Browsable(false)]
public MultiRowElementStates State {get;}

Property Value

One of the MultiRowElementStates values that indicates the cell state.
Remarks
Returns the state of the cell that does not take the state of its parent Section into account.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Cell Class
Cell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.