Click or drag to resize
NanoXLSX

WorkbookValidateWorksheets Method

Validates the worksheets regarding several conditions that must be met:
- At least one worksheet must be defined
- A hidden worksheet cannot be the selected one
- At least one worksheet must be visible
If one of the conditions is not met, an exception is thrown

Namespace: NanoXLSX
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.3+98f265239ae8df4639650ecd7029244cc5e52dfc
Syntax
C#
internal void ValidateWorksheets()
Remarks
If an import is in progress, these rules are disabled to avoid conflicts by the order of loaded worksheets
See Also