System::Range::StartAt method
Range::StartAt 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
| Parameter | Type | Description |
|---|---|---|
| start | const Index& | The starting index of the range. |
ReturnValue
A Range object that starts at start and ends at the end of the collection.
See Also
- Class Range
- Class Index
- Class Range
- Namespace System
- Library Aspose.PDF for C++