IStyles Interface |
Namespace: Spire.Xls.Core
The IStyles type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Count |
Returns the number of objects in the collection. Read-only, Long.
|
|
|
Item Int32 |
Returns a single object from a collection.
|
|
|
Item String |
Returns a single object from a collection.
|
|
|
Parent |
Returns the parent object for the specified object.
|
| Name | Description | |
|---|---|---|
|
|
Contains |
Method return true if collection contains style
with speicfied by user name.
|
|
|
GetEnumerator |
Returns an enumerator that iterates through a collection.
(Inherited from
IEnumerable
.)
|
|
|
Remove |
Removes style from the collection.
|