[]
Represents a collection of all styles in the workbook.
public interface IStyles
Public Interface IStyles
| Name | Description |
|---|---|
| Count | Gets an integer value that represents the number of styles in the IStyles collection. |
| this[BuiltInStyle] | Gets the built-in IStyle object. |
| this[int] | Gets the IStyle object at the specified index. |
| this[string] | Gets the IStyle object with the specified name. |
| Name | Description |
|---|---|
| Add(string, string) | Creates a new style and adds it to the list of styles that are available for the current workbook. |
| Merge(IWorkbook, YesNoCancel) | Merges the styles from another workbook into the IStyles collection. |