Spread Silverlight Documentation
FontFamily Property (Cell)


GrapeCity.Windows.SpreadSheet.Data Namespace > Cell Class : FontFamily Property
Gets or sets the font family of the cell.
Syntax
'Declaration
 
Public Property FontFamily As System.Windows.Media.FontFamily
'Usage
 
Dim instance As Cell
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

Cell Class
Cell Members