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 int GetRowHeightPixels(
	int rowIndex
)
Public Function GetRowHeightPixels ( 
	rowIndex As Integer
) As Integer
public:
virtual int GetRowHeightPixels(
	int rowIndex
) sealed
abstract GetRowHeightPixels : 
        rowIndex : int -> int 
override GetRowHeightPixels : 
        rowIndex : int -> int 

Parameters

rowIndex
Int32

Return Value

Int32

Implements

IWorksheet..::..GetRowHeightPixels(Int32)

See Also