Click or drag to resize

ExcelCellStylesCollection Class

Represents a collection of cell styles. The ExcelWorkbook offers such a collection containing all the styles created in the workbook.
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelCellStylesCollection

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public class ExcelCellStylesCollection : IEnumerable

The ExcelCellStylesCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Gets the number of styles in collection
Public propertyItemInt32 Gets the style at the specified index from collection.
Public propertyItemString Gets the style with the specified name from collection.
Top
Methods
 NameDescription
Public methodAddStyle Adds a new style to the styles collection.
Public methodGetEnumerator Gets the collection enumerator
Public methodRemoveStyle Removes the style with the specified name from collection.
Top
See Also