[]
A struct that contains info of fonts that are used by workbook.
public struct FontInfo
Public Structure FontInfo
| Name | Description |
|---|---|
| Bold | A bool value indicates whether the font is bold. |
| Italic | A bool value indicates whether the font is italic. |
| Name | Get or sets the name of font. |
| Name | Description |
|---|---|
| Equals(object) | Equality. |
| GetHashCode() | Get hash code of font. |
| Name | Description |
|---|---|
| operator ==(FontInfo, FontInfo) | Equality. |
| operator !=(FontInfo, FontInfo) | Inequality. |