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
Methods
Add(IFont)
protected IFont Add(IFont font)
Parameters
font
IFont
Returns
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
Contains(XlsFont)
public bool Contains(XlsFont font)
Parameters
font
XlsFont
Returns
ForceAdd(XlsFont)
protected void ForceAdd(XlsFont font)
Parameters
font
XlsFont