get_range method
get_range
Gets the count range of int elements starting at start
Returns
Array of items
def get_range(self, start, count, delta):
    ...
| Parameter | Type | Description | 
|---|---|---|
| start | int | The start. | 
| count | int | The count. | 
| delta | int | The delta. | 
Exceptions
| Exception | Description | 
|---|---|
| ArgumentException | Count can not be lover than 1 or {D255958A-8513-4226-94B9-080D98F904A1}Start page can not be lover than 0 | 
See Also
- module aspose.cad
- class IntRange