Spread Silverlight Documentation
HeadingFontName Property


GrapeCity.Windows.SpreadSheet.Data Namespace > SpreadTheme Class : HeadingFontName Property
Gets or sets the name of the heading font.
Syntax
'Declaration
 
Public Property HeadingFontName As System.String
'Usage
 
Dim instance As SpreadTheme
Dim value As System.String
 
instance.HeadingFontName = value
 
value = instance.HeadingFontName
public System.string HeadingFontName {get; set;}

Property Value

The name of the heading font.
See Also

Reference

SpreadTheme Class
SpreadTheme Members