Click or drag to resize

XlsWorksheet SetRowHeight Method

Sets the height of the specified row.

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(
	int rowIndex,
	double height
)

Parameters

rowIndex
Type: System Int32
Row index.
height
Type: System Double
Height.
See Also