Class FontsCollection
- Namespace
- Spire.Xls.Collections
- Assembly
- Spire.XLS.dll
public class FontsCollection : XlsFontsCollection, IList<XlsFont>, ICollection<XlsFont>, IEnumerable<XlsFont>, IEnumerable, IExcelApplication, ICloneParent
- Inheritance
-
FontsCollection
- Implements
- Inherited Members
Properties
this[int]
public ExcelFont this[int index] { get; }
Parameters
index
int
Property Value
Methods
Add(XlsFontStyle)
public void Add(XlsFontStyle font)
Parameters
font
XlsFontStyle
Add(ExcelFont)
public void Add(ExcelFont font)
Parameters
font
ExcelFont
AddFonts(FontsCollection)
public IDictionary AddFonts(FontsCollection fonts)
Parameters
fonts
FontsCollection
Returns
Contains(XlsFontStyle)
public bool Contains(XlsFontStyle font)
Parameters
font
XlsFontStyle
Returns
Contains(ExcelFont)
public bool Contains(ExcelFont font)
Parameters
font
ExcelFont