Spread Silverlight Documentation
GetDefaultForegroundColor Method


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

Return Value

The default color of the foreground.
See Also

Reference

IActualValue Interface
IActualValue Members