Spread Silverlight Documentation
IsFontThemeSet Method


GrapeCity.Windows.SpreadSheet.Data Namespace > StyleInfo Class : IsFontThemeSet Method
Gets a value that indicates whether the font theme setting of the cell (FontTheme property) is set.
Syntax
'Declaration
 
Public Overridable Function IsFontThemeSet() As System.Boolean
'Usage
 
Dim instance As StyleInfo
Dim value As System.Boolean
 
value = instance.IsFontThemeSet()
public virtual System.bool IsFontThemeSet()

Return Value

true if the font theme setting of the cell (FontTheme property) is set; otherwise, false.
See Also

Reference

StyleInfo Class
StyleInfo Members