Worksheet.RowHeights Property

PicoXLSX

PicoXLSX

WorksheetRowHeights Property

Gets defined row heights as dictionary with the zero-based row number as key and the height (float from 0 to 409.5) as value

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

Property Value

Type: DictionaryInt32, Single
See Also