FlexGrid for WinForms
Frozen Property (CellStyleCollection)



Gets the style used to paint frozen cells (frozen cells are editable and selectable, but not scrollable).
Syntax
'Declaration
 
<C1DescriptionAttribute("Gets the style used to paint frozen cells.")>
Public ReadOnly Property Frozen As CellStyle
'Usage
 
Dim instance As CellStyleCollection
Dim value As CellStyle
 
value = instance.Frozen
[C1Description("Gets the style used to paint frozen cells.")]
public CellStyle Frozen {get;}
[C1Description("Gets the style used to paint frozen cells.")]
public:
property CellStyle^ Frozen {
   CellStyle^ get();
}
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

CellStyleCollection Class
CellStyleCollection Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback