IStyleCollection Interface Members
In This Topic
The following tables list the members exposed by IStyleCollection.
Public Methods
| Name | Description |
| add | Overloaded. Creates a new IStyle and adds it to the list of styles that areavailable for the current IWorkbook. This method is functionally equivalent to add(String name, IRange baseOn) with baseOn = null. |
| contains | Determines whether the style name is contained in IStyleCollection. |
| get | Overloaded. Returns the IStyle object from a collection. |
| getCount | Returns the number of objects in the collection. |
Top
See Also