Get row height.

Namespace: Spire.Spreadsheet.Forms
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 3.7.1.8020

Syntax

            
 C#  Visual Basic  Visual C++  F# 
int GetRowHeightPixels(
	int Row
)
Function GetRowHeightPixels ( 
	Row As Integer
) As Integer
int GetRowHeightPixels(
	int Row
)
abstract GetRowHeightPixels : 
        Row : int -> int 

Parameters

Row
Int32
Row index

Return Value

Int32

See Also