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


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

    Return Value

    The default color of the background.
    See Also