GrapeCity.Xaml.SpreadSheet.Data
FontTheme Property (Column)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Column Class : FontTheme Property
Gets or sets the font theme for the column.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property FontTheme As String
'Usage
 
Dim instance As Column
Dim value As String
 
instance.FontTheme = value
 
value = instance.FontTheme
[DefaultValue()]
public string FontTheme {get; set;}

Property Value

The font theme.
See Also

Reference

Column Class
Column Members