Spread Silverlight Documentation
FontTheme Property (StyleInfo)


GrapeCity.Windows.SpreadSheet.Data Namespace > StyleInfo Class : FontTheme Property
Gets or sets the font theme of the cell.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Overridable Property FontTheme As System.String
'Usage
 
Dim instance As StyleInfo
Dim value As System.String
 
instance.FontTheme = value
 
value = instance.FontTheme
[System.ComponentModel.DefaultValue()]
public virtual System.string FontTheme {get; set;}
See Also

Reference

StyleInfo Class
StyleInfo Members