GrapeCity.Xaml.SpreadSheet.Data
BodyFontName Property


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

Property Value

The name of the body font.
See Also

Reference

SpreadTheme Class
SpreadTheme Members