Namespace: Spire.Xls.Core.Spreadsheet
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void SetRowHeight(
	int rowIndex,
	double height
)
Public Sub SetRowHeight ( 
	rowIndex As Integer,
	height As Double
)
public:
void SetRowHeight(
	int rowIndex, 
	double height
)
member SetRowHeight : 
        rowIndex : int * 
        height : float -> unit 

Parameters

rowIndex
Int32
height
Double

See Also