CollectionExtended module
- class CollectionExtended.CollectionExtended
Bases:
IExcelApplication,ICloneParent- Clone(parent: SpireObject) SpireObject
- <summary>
Creates copy of the collection.
</summary> <param name=”parent”>Parent object for the new collection.</param> <returns>A copy of the collection.</returns>
- EnsureCapacity(size: int)
- <summary>
Enlarges internal storage if necessary.
</summary> <param name=”size”>Required size.</param>
- property Parent: SpireObject