Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / CellStyle Class / Background Property

In This Topic
    Background Property
    In This Topic
    Gets or sets a value indicating whether this cell is a background cell that appears behind the table grid, regular cells, and foreground cells. The default is false.
    Syntax
    'Declaration
     
    Public Property Background As System.Boolean
    public System.bool Background {get; set;}
    See Also