XlsStylesCollection module
- class XlsStylesCollection.XlsStylesCollection(ptr)
Bases:
CollectionBase[CellStyleObject],IStyles- Clone(parent: SpireObject) SpireObject
- Contains(name: str) bool
- <summary>
Check collection contains style with specified name.
</summary> <param name=”name”>Style name</param> <returns></returns>
- Remove(styleName: str)
- <summary>
Removes style from the colleciton.
</summary> <param name=”styleName”>Style to remove.</param>
- UpdateStyleRecords()
- get_Item(name: str) IStyle