APISpreadsheet methodsredo()On this pageredo() Description Applies the reverted action once againUsageredo(): void;Exampleconst spreadsheet = new dhx.Spreadsheet("spreadsheet", {});spreadsheet.parse(data);// applies the reverted action once againspreadsheet.redo();