StartAt()
Range::StartAt(const Index&) method
Creates a range that begins at the specified start index and extends to the end of the collection.
static constexpr Range System::Range::StartAt(const Index &start) noexcept
Arguments
| Parameter | Type | Description |
|---|---|---|
| start | const Index& | The starting index of the range. |
Return Value
A Range object that starts at start and ends at the end of the collection.
See Also
- Class Range
- Class Index
- Namespace System
- Library Aspose.Slides