FlexGrid for WinForms
EmptyArea Property



Gets the style used to paint the area of the grid below and to the right of all the cells.
Syntax
'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();
}
Remarks

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.

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