Aspose::Cells::Timelines::Timeline::Select method
Timeline::Select method
Select item between the date time.
void Aspose::Cells::Timelines::Timeline::Select(const Date &start, const Date &end, bool calculate)
| Parameter | Type | Description |
|---|---|---|
| start | const Date& | The start date time |
| end | const Date& | The end date time |
| calculate | bool | Indicates whether to calculate relative pivot tables |
Remarks
Timeline.CurrentLevel must be set before calling this method. If this method is called, Timeline.SelectionLevel will be Timeline.CurrentLevel.
See Also
- Class Vector
- Class Timeline
- Namespace Aspose::Cells::Timelines
- Library Aspose.Cells for C++