select method
select(self, start, end, calculate)
Select item between the date time.
def select(self, start, end, calculate):
...
| Parameter | Type | Description |
|---|---|---|
| start | System.DateTime | The start date time |
| end | System.DateTime | The end date time |
| calculate | bool | Indicates whether to calculate relative pivot tables |
Remarks
Timeline.current_level must be set before calling this method.
If this method is called, Timeline.selection_level will be Timeline.current_level.
See Also
- module
aspose.cells.timelines - class
Timeline