[]
A struct that contains info of fonts that are used by workbook.
public struct FontInfo
A bool value indicates whether the font is bold.
public bool Bold { get; set; }
A bool value indicates whether the font is italic.
public bool Italic { get; set; }
Get or sets the name of font.
public string Name { get; set; }
Equality.
public override bool Equals(object obj)
obj
objectGet hash code of font.
public override int GetHashCode()
Equality.
public static bool operator ==(FontInfo left, FontInfo right)
Inequality.
public static bool operator !=(FontInfo left, FontInfo right)