Worksheet.DefaultRowHeight Property

PicoXLSX

PicoXLSX

WorksheetDefaultRowHeight Property

Gets or sets the default Row height

Namespace:  PicoXLSX
Assembly:  PicoXLSX (in PicoXLSX.dll) Version: 2.4.0.0 (2.4.0)
Syntax
C#
public float DefaultRowHeight { get; set; }

Property Value

Type: Single
Exceptions
ExceptionCondition
RangeExceptionThrows a RangeException exception if the passed height is out of range (set)
See Also