Click or drag to resize

XlsWorksheet SetRowHeightInPixels Method

Set Row height from Start Row index

Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public void SetRowHeightInPixels(
	int rowIndex,
	int count,
	double value
)

Parameters

rowIndex
Type: System Int32
Row index
count
Type: System Int32
count
value
Type: System Double
Value
See Also