Click or drag to resize

ExcelWorksheetVisibility Property

Gets or sets the worksheet visible property.

Namespace: SautinSoft.Excel
Assembly: SautinSoft.Excel (in SautinSoft.Excel.dll) Version: 2025.2.6
Syntax
public bool Visibility { get; set; }

Property Value

Boolean
Remarks

Workbook must contain at least one visible sheet.

This property is available only in XLSX file format.

See Also