GetByIndexRange(ListReturnType, Exp, Exp, CTX[]) | Create expression that selects list items starting at specified index to the end of list and returns selected data specified by returnType. |
GetByIndexRange(ListReturnType, Exp, Exp, Exp, CTX[]) | Create expression that selects "count" list items starting at specified index and returns selected data specified by returnType. |