You can create another array object, say tempArray, and copy the the main array to it:
tempArray Load from mainArray.AsJSON
Thank you for your response!
Is using a loop to copy cell by cell into a new array less performant than using the event you mentioned?