Spread Silverlight Documentation
FontFamily Property (Row)


GrapeCity.Windows.SpreadSheet.Data Namespace > Row Class : FontFamily Property
Gets or sets the font family for a row.
Syntax
'Declaration
 
Public Property FontFamily As System.Windows.Media.FontFamily
'Usage
 
Dim instance As Row
Dim value As System.Windows.Media.FontFamily
 
instance.FontFamily = value
 
value = instance.FontFamily
public System.Windows.Media.FontFamily FontFamily {get; set;}

Property Value

The font family.
See Also

Reference

Row Class
Row Members