Worksheet.Cells Property

NanoXLSX

NanoXLSX

WorksheetCells Property

Gets the cells of the worksheet as dictionary with the cell address as key and the cell object as value

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
Syntax
C#
public Dictionary<string, Cell> Cells { get; }

Property Value

Type: DictionaryString, Cell
See Also