GridJsWorkbook.SetTransParentView

GridJsWorkbook.SetTransParentView method

Sets the transparency of redaction shapes in the workbook.

public void SetTransParentView(string excelFilePath, string uid, bool isTransparent)
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.
isTransparentBooleanIf true, sets transparency to 0.89 (semi-transparent); if false, sets transparency to 1 (fully opaque/invisible).

See Also