GrapeCity.Xaml.SpreadSheet.Data
FontStyle Property (TableStyleInfo)


GrapeCity.Xaml.SpreadSheet.Data Namespace > TableStyleInfo Class : FontStyle Property
Gets or sets the font style for the cell.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property FontStyle As FontStyle
'Usage
 
Dim instance As TableStyleInfo
Dim value As FontStyle
 
instance.FontStyle = value
 
value = instance.FontStyle
[DefaultValue()]
public FontStyle FontStyle {get; set;}

Property Value

The font style. The default value is Normal.
See Also

Reference

TableStyleInfo Class
TableStyleInfo Members