ListExpRemoveByIndexRange Method

Overload List

RemoveByIndexRange(Int32, 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(Int32, Exp, Exp, Exp, CTX) Create expression that removes "count" list items starting at specified index. Valid returnType values are NONE or INVERTED

See Also