Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / ActualBackground Property


In This Topic
    ActualBackground Property
    In This Topic
    Gets an object that describes the displayed background of a cell.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualBackground As Brush
    'Usage
     
    Dim instance As Cell
    Dim value As Brush
     
    value = instance.ActualBackground
    public Brush ActualBackground {get;}

    Property Value

    A System.Windows.Media.Brush object that specifies the actual background for the cell.
    Remarks
    The style is composed of cell, row, column, sheet, conditional format, and alternating rows.
    See Also