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


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

Property Value

The font style for the row. The default value is Normal.
See Also

Reference

Row Class
Row Members