Click or drag to resize

XlsRange SetRowHeight Method

Sets row height.

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetRowHeight(
	double rowHeight,
	bool bIsBadFontHeight
)

Parameters

rowHeight
Type: System Double
Row height
bIsBadFontHeight
Type: System Boolean
Indicates whether font and row height are not compatible.
See Also