Font Property
Summary
Gets or sets the font styling of a cell's content within a sheet.
Syntax
public Font Font { get; set; }
public:
property Font^ Font
{
Font^ get()
void set(Font^ value)
}
Property Value
A Font object representing the font styling applied to the cell's content.
Requirements
Target Platforms
See Also
Font Class
CellStyle Class
CellStyle Members
Leadtools.Document.LEADOffice.Sheet Namespace