ComponentOne FlexGrid for WinForms
EmptyArea Property

C1.Win.C1FlexGrid Namespace > CellStyleCollection Class : EmptyArea Property
Gets the style used to paint the area of the grid below and to the right of all the cells.
Syntax
'Declaration
 
Public ReadOnly Property EmptyArea As CellStyle
public CellStyle EmptyArea {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.

See Also

Reference

CellStyleCollection Class
CellStyleCollection Members