VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.Spreadsheet.Document Namespace / Worksheet Class / GetRowsHeight(Int32,Int32) Method
Syntax Exceptions Requirements SeeAlso
In This Topic
    GetRowsHeight(Int32,Int32) Method (Worksheet)
    In This Topic
    Returns the sum of cell heights.
    Syntax
    'Declaration
    
    Public Function GetRowsHeight( _
    ByVal rowIndex
    The index of first row.
    As System.Int32, _
    ByVal rowCount
    The row count.
    As System.Int32 _
    ) As Double
    public double GetRowsHeight(
    System.Int32 rowIndex,
    System.Int32 rowCount
    )
    public: double GetRowsHeight(
    System.Int32 rowIndex,
    System.Int32 rowCount
    )
    public:
    double GetRowsHeight(
    System.Int32 rowIndex,
    System.Int32 rowCount
    )

    Parameters

    rowIndex
    The index of first row.
    rowCount
    The row count.

    Return Value

    The sum of cell heights.
    Exceptions
    ExceptionDescription
    Thrown if rowIndex or rowCount is negative.
    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also