IXLSRanges module

class IXLSRanges.IXLSRanges

Bases: IXLSRange

abstract Remove(range: IXLSRange)
<summary>

Removes range from the collection.

</summary> <param name=”range”>Range to remove.</param>

abstract get_Item(index: int) IXLSRange
<summary>

Returns item by index from the collection.

</summary>