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: 7.0.0
Syntax
public class ExcelCellStylesCollection : IEnumerable

The ExcelCellStylesCollection type exposes the following members.

Properties
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