[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IFont.Name

Name Property

Name

Gets or sets the font family name.

Declaration
string Name { get; set; }
Property Name As String
Examples
IRange cell = worksheet.Range["A1"];
cell.Value = "Title";
cell.Font.Name = "Arial";
string fontName = cell.Font.Name;