Spread Silverlight Documentation
GetBackgroundColor Method


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

Return Value

The color of the background.
See Also

Reference

IActualValue Interface
IActualValue Members