Represents a collection of cell styles. The ExcelWorkbook offers such a collection containing all the styles created in the workbook.
| C# | Visual Basic | Visual C++ |
public class ExcelCellStylesCollection : IEnumerable
Public Class ExcelCellStylesCollection _ Implements IEnumerable
public ref class ExcelCellStylesCollection : IEnumerable
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| AddStyle(String) |
Adds a new style to the styles collection.
| |
| Count |
Gets the number of styles in collection
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator()()() |
Gets the collection enumerator
| |
| GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Item[([(Int32])]) |
Gets the style at the specified index from collection.
| |
| Item[([(String])]) |
Gets the style with the specified name from collection.
| |
| MemberwiseClone()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| RemoveStyle(String) |
Removes the style with the specified name from collection.
| |
| ToString()()() | (Inherited from Object.) |
| Object | |
| ExcelCellStylesCollection | |