ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / CellStyleCollection Class / EmptyArea Property

In This Topic
    EmptyArea Property
    In This Topic
    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