Table of Contents

Class XlsFontsCollection

Namespace
Spire.Xls.Core.Spreadsheet.Collections
Assembly
Spire.XLS.dll
public class XlsFontsCollection : CollectionExtended<XlsFont>, IList<XlsFont>, ICollection<XlsFont>, IEnumerable<XlsFont>, IEnumerable, IExcelApplication, ICloneParent
Inheritance
XlsFontsCollection
Implements
Derived
Inherited Members

Properties

this[int]

public IFont this[int index] { get; }

Parameters

index int

Property Value

IFont

Methods

Add(IFont)

protected IFont Add(IFont font)

Parameters

font IFont

Returns

IFont

AddRange(XlsFontsCollection)

protected Dictionary<int, int> AddRange(XlsFontsCollection fonts)

Parameters

fonts XlsFontsCollection

Returns

Dictionary<int, int>

Clone(XlsWorkbook)

public XlsFontsCollection Clone(XlsWorkbook parent)

Parameters

parent XlsWorkbook

Returns

XlsFontsCollection

Contains(XlsFont)

public bool Contains(XlsFont font)

Parameters

font XlsFont

Returns

bool

ForceAdd(XlsFont)

protected void ForceAdd(XlsFont font)

Parameters

font XlsFont