FlexGrid for WinForms
Normal Property



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