[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IThemeFonts

Interface IThemeFonts

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

Contains the theme fonts in different language.

public interface IThemeFonts

Properties

Count

Gets the number of theme font collections.

int Count { get; }

Property Value

int

this[FontLanguageIndex]

Gets the IThemeFont using FontLanguageIndex.

IThemeFont this[FontLanguageIndex index] { get; }

Parameters

index FontLanguageIndex

Specifies the FontLanguageIndex.

Property Value

IThemeFont

Returns the IThemeFont.