[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.FontInfo

FontInfo Struct

A struct that contains info of fonts that are used by workbook.

Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public struct FontInfo
Public Structure FontInfo

Properties

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.

Methods

Name Description
Equals(object)

Equality.

GetHashCode()

Get hash code of font.

Operators

Name Description
operator ==(FontInfo, FontInfo)

Equality.

operator !=(FontInfo, FontInfo)

Inequality.