WorkbookReader.WorksheetDefinitions Property

NanoXLSX

NanoXLSX

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)
Syntax
C#
public Dictionary<int, string> WorksheetDefinitions { get; private set; }

Property Value

Type: DictionaryInt32, String
Dictionary with worksheet definitions
See Also