Worksheet.Cells Property

PicoXLSX

PicoXLSX

WorksheetCells Property

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

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

Property Value

Type: DictionaryString, Cell
See Also