Worksheet.DefaultRowHeight Property

NanoXLSX

NanoXLSX

WorksheetDefaultRowHeight Property

Gets or sets the default Row height

Namespace:  NanoXLSX
Assembly:  NanoXLSX (in NanoXLSX.dll) Version: 1.2.3.0 (1.2.3)
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