ClearCellRangeFormatting Function
Restores the default text formatting of the text contents of the cells given as a continuous range in a given table item from an Envision document currently opened in the Canvas Envision Creator app.
Parameters
tableObj: EvItemAn Object item object, a table item from the Envision document currently opened in the Canvas Envision Creator app with the given continuous range of cells whose text contents should be cleared of the custom text formatting.
If a given object item is not a table, the function throws an error.
cells: EvTableCellRangeAn
EvTableCellRangeobject, a given continuous range of cells in the given table item whose text contents should have the default text formatting restored.
Return value
Promise<void>A Promise that, if fulfilled, resolves to
voidif the default text formatting has been successfully restored in the text contents of the cells within the given continuous range in the given table item in the current document.