[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.FontInfo.Name

Name Property

Name

Gets or sets the name of the font.

Declaration
public string Name { readonly get; set; }
Public Property Name As String
Examples
FontInfo fontInfo = new FontInfo();
fontInfo.Name = "Arial";
string fontName = fontInfo.Name;