Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / PaintingContext Class / GetBackground Method
The CellData object indicates cell data.


In This Topic
    GetBackground Method
    In This Topic
    Gets the background of the cell.
    Syntax
    'Declaration
     
    Public Function GetBackground( _
       ByVal cellData As CellData _
    ) As Brush
    'Usage
     
    Dim instance As PaintingContext
    Dim cellData As CellData
    Dim value As Brush
     
    value = instance.GetBackground(cellData)
    public Brush GetBackground( 
       CellData cellData
    )

    Parameters

    cellData
    The CellData object indicates cell data.

    Return Value

    The System.Windows.Media.Brush object represents the background of cell.
    See Also