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.7+3223c8b99fcd3402b4ae016daa480abac16f8a9f
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