NanoXLSX Library Documentation
![]() | WorkbookReaderWorksheetDefinitions Property |
Dictionary of worksheet definitions. The key is the worksheet number and the value is the worksheet name
Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)

C#
public Dictionary<int, string> WorksheetDefinitions { get; private set; }
Property Value
Type: DictionaryInt32, StringDictionary with worksheet definitions
