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