C1.Excel Assembly / C1.Excel Namespace / XLSheet Class / GetRowHeight Method
The row index.

In This Topic
GetRowHeight Method
In This Topic
Calculation row height.
Syntax
'Declaration
 
Public Function GetRowHeight( _
   ByVal row As System.Integer _
) As System.Integer
 

Parameters

row
The row index.

Return Value

The row height.
See Also