[]
Gets or sets the font family name.
string Name { get; set; }
Property Name As String
IRange cell = worksheet.Range["A1"]; cell.Value = "Title"; cell.Font.Name = "Arial"; string fontName = cell.Font.Name;