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

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

Return Value

Int32

See Also