Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / IActualValue Interface / GetBackgroundColor Method


In This Topic
    GetBackgroundColor Method
    In This Topic
    Gets the color of the background.
    Syntax
    'Declaration
     
    Function GetBackgroundColor() As Nullable(Of Color)
    'Usage
     
    Dim instance As IActualValue
    Dim value As Nullable(Of Color)
     
    value = instance.GetBackgroundColor()
    Nullable<Color> GetBackgroundColor()

    Return Value

    The color of the background.
    See Also