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

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