GridJsWorkbook.SetTransParentView
GridJsWorkbook.SetTransParentView method
Sets the transparency of redaction shapes in the workbook.
public void SetTransParentView(string excelFilePath, string uid, bool isTransparent)
| Parameter | Type | Description |
|---|---|---|
| excelFilePath | String | The file path of the Excel file. |
| uid | String | The unique identifier for the workbook. If null or empty, a new uid will be generated based on the file path. |
| isTransparent | Boolean | If true, sets transparency to 0.89 (semi-transparent); if false, sets transparency to 1 (fully opaque/invisible). |
See Also
- class GridJsWorkbook
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs