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