ExcelCellStylesCollection Class |
Namespace: ExpertXls.ExcelLib
The ExcelCellStylesCollection type exposes the following members.
Name | Description | |
---|---|---|
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.
|
Name | Description | |
---|---|---|
AddStyle |
Adds a new style to the styles collection.
| |
GetEnumerator |
Gets the collection enumerator
| |
RemoveStyle |
Removes the style with the specified name from collection.
|