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 SetRowHeightPixels(
	int rowIndex,
	double height
)
Public Sub SetRowHeightPixels ( 
	rowIndex As Integer,
	height As Double
)
public:
virtual void SetRowHeightPixels(
	int rowIndex, 
	double height
) sealed
abstract SetRowHeightPixels : 
        rowIndex : int * 
        height : float -> unit 
override SetRowHeightPixels : 
        rowIndex : int * 
        height : float -> unit 

Parameters

rowIndex
Int32
height
Double

Implements

IWorksheet..::..SetRowHeightPixels(Int32, Double)

See Also