RelativePosition.Type indicates whether indexing should be done from the start or end of the input.
Enumeration Options
Enumerations simplify the process of selecting options within a function. To specify the RelativePosition.Type
, users have the option to either input the below Argument description (which provides more information) or the shorter Value (which provides a more concise representation).
Argument | Value | Description |
---|---|---|
RelativePosition.FromStart | 0 | Indicates indexing should be done from the start of the input. |
RelativePosition.FromEnd | 1 | Indicates indexing should be done from the end of the input. |
Applies to
Here’s a list of functions that work with RelativePosition.Type:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy