Spread Silverlight Documentation
GetDefaultBackgroundColor Method


GrapeCity.Windows.SpreadSheet.Data Namespace > IActualValue Interface : GetDefaultBackgroundColor Method
Gets the default color of the background.
Syntax
'Declaration
 
Function GetDefaultBackgroundColor() As System.Nullable(Of Color)
'Usage
 
Dim instance As IActualValue
Dim value As System.Nullable(Of Color)
 
value = instance.GetDefaultBackgroundColor()
System.Nullable<Color> GetDefaultBackgroundColor()

Return Value

The default color of the background.
See Also

Reference

IActualValue Interface
IActualValue Members