Spread for ASP.NET 12 Product Documentation
Font Property (StyleInfo)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > StyleInfo Class : Font Property
Gets or sets the style of the cell font settings.
Syntax
'Declaration
 
Public Overridable Property Font As FontInfo
'Usage
 
Dim instance As StyleInfo
Dim value As FontInfo
 
instance.Font = value
 
value = instance.Font
public virtual FontInfo Font {get; set;}
See Also

Reference

StyleInfo Class
StyleInfo Members