The following tables list the members exposed by WorkbookStyleCollection.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of styles in the collection. |
![]() | Item | Overloaded. Gets the style at the specified index. |
![]() | NormalStyle | Gets the default style for the workbook. |
Name | Description | |
---|---|---|
![]() | AddUserDefinedStyle | Overloaded. Adds new user defined style to the workbook. |
![]() | Clear | Clears all styles, other than the Normal style, from the collection. |
![]() | Contains | Determines whether a style is in the collection. |
![]() | Remove | Removes the specified style from the collection. |
![]() | RemoveAt | Removes the style at the specified index from the collection. |
![]() | Reset | Resets the collection to its original state by clearing all styles and adding in preset built in styles. |
View on GitHub