[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IFont.Size

Size Property

Size

Gets or sets the font size, in points.

Declaration
double Size { get; set; }
Property Size As Double
Examples
IFont font = worksheet.Range["A1"].Font;
font.Size = 14;
double size = font.Size;