[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IThemeFont

Interface IThemeFont

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Represents the theme font.

public interface IThemeFont

Properties

FontLanguageIndex

Gets the font language type of the theme font.

FontLanguageIndex FontLanguageIndex { get; }

Property Value

FontLanguageIndex

Name

Gets or sets the name of the theme font.

string Name { get; set; }

Property Value

string