GridJsWorkbook.BurnRedactionFile

GridJsWorkbook.BurnRedactionFile method

Burns (applies) all redaction operations in the workbook by removing redaction shapes and their target shapes or clearing target cell range contents.

public void BurnRedactionFile(string excelFilePath, string uid)
ParameterTypeDescription
excelFilePathStringThe file path of the Excel file.
uidStringThe unique identifier for the workbook. If null or empty, a new uid will be generated based on the file path.

See Also