C1.Win.C1FlexGrid Namespace > CellStyleCollection Class : EmptyArea Property |
'Declaration
<C1DescriptionAttribute("The BackColor and CellBorder.Color properties of this style are used to paint the empty area of the grid.")> Public ReadOnly Property EmptyArea As CellStyle
'Usage
Dim instance As CellStyleCollection Dim value As CellStyle value = instance.EmptyArea
[C1Description("The BackColor and CellBorder.Color properties of this style are used to paint the empty area of the grid.")] public CellStyle EmptyArea {get;}
[C1Description("The BackColor and CellBorder.Color properties of this style are used to paint the empty area of the grid.")] public: property CellStyle^ EmptyArea { CellStyle^ get(); }
Only the CellStyle.BackColor and CellStyle.Border elements of this style are used. They define the appearance of the space between the last cell and the edges of the control.
The CellBorder.Color value defines the color of the lines drawn around the edge of the sheet and between frozen and scrollable cells.
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