ComponentOne Excel for .NET
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
    public System.int GetRowHeight( 
       System.int row
    )

    Parameters

    row
    The row index.

    Return Value

    The row height.
    See Also