ListExp.RemoveByIndexRange Method

Overload List

RemoveByIndexRange(ListReturnType, Exp, Exp, CTX[]) Create expression that removes list items starting at specified index to the end of list. Valid returnType values are NONE or INVERTED
RemoveByIndexRange(ListReturnType, Exp, Exp, Exp, CTX[]) Create expression that removes "count" list items starting at specified index. Valid returnType values are NONE or INVERTED

See Also