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.7+b0ed5f8a99a50b9e6528224889fbd7f23c30b364
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