ExcelCellStylesCollection Class

Represents a collection of cell styles. The ExcelWorkbook offers such a collection containing all the styles created in the workbook.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
C#
public class ExcelCellStylesCollection : IEnumerable
Inheritance
Object    ExcelCellStylesCollection
Implements
IEnumerable

Properties

Count Gets the number of styles in collection
ItemInt32 Gets the style at the specified index from collection.
ItemString Gets the style with the specified name from collection.

Methods

AddStyle Adds a new style to the styles collection.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetEnumerator Gets the collection enumerator
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
RemoveStyle Removes the style with the specified name from collection.
ToString
(Inherited from Object)

See Also