GrapeCity MultiRow Windows Forms Documentation
Frozen Property (Cell)


Gets a value that indicates whether the Cell is frozen.
Syntax
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
<BrowsableAttribute(False)>
Public ReadOnly Property Frozen As Boolean
Dim instance As Cell
Dim value As Boolean
 
value = instance.Frozen
[EditorBrowsable(EditorBrowsableState.Advanced)]
[Browsable(false)]
public bool Frozen {get;}

Property Value

true if the cell is frozen; otherwise, false. The default is false.
Remarks
The value of the Frozen property depends on the state of the cell's parent row. If the Row.Frozen property of row is true, the cell's Frozen property is also true.
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
Frozen Property

 

 


Copyright © GrapeCity, inc. All rights reserved.