Click or drag to resize
NanoXLSX

XlsxReaderGetValidatedHeight Method

Gets the row height according to EnforceValidRowDimensions

Namespace: NanoXLSX.LowLevel
Assembly: NanoXLSX (in NanoXLSX.dll) Version: 2.6.5+4f4b44a718a20dda8ca2c0c4d00bd7eee7c80f5d
Syntax
C#
private float GetValidatedHeight(
	float rawValue
)

Parameters

rawValue  Single
Raw row height

Return Value

Single
Modified row height in case EnforceValidRowDimensions is set to false, and the raw value was invalid
Exceptions
ExceptionCondition
WorksheetExceptionThrows a WorksheetException if the raw value was invalid and EnforceValidRowDimensions is set to true
See Also