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.2+7f12a949130e0be1e987e553d2d08c083176cdca
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