[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.TextFormatInfo.FontFamily

FontFamily Property

FontFamily

Gets or sets the font family used for drawing text.

Declaration
public string FontFamily { get; set; }
Public Property FontFamily As String
Examples
TextFormatInfo textFormat = new TextFormatInfo();
textFormat.FontFamily = "Calibri";
string fontFamily = textFormat.FontFamily;