IStyleCollection Interface Members
In This Topic
The following tables list the members exposed by IStyleCollection.
Public Properties
| Name | Description |
| Count |
Returns the number of objects in the collection.
|
| Item | Overloaded. Returns the IStyle object from a collection. |
Top
Public Methods
| Name | Description |
| Add | Overloaded. Creates a new IStyle and adds it to the list of styles that are available for the current IWorkbook. |
| Contains | Determines whether the style name is contained in IStyleCollection. |
| GetEnumerator | (Inherited from System.Collections.Generic.IEnumerable<IStyle>) |
Top
See Also