Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Printing Namespace / DocumentParagraph Class / GetRowHeight Method / GetRowHeight(Int32,Int32) Method


In This Topic
    GetRowHeight(Int32,Int32) Method
    In This Topic
    Gets the total height (in points) of rows.
    Syntax
    'Declaration
     
    
    Public Overloads Function GetRowHeight( _
       ByVal row As Integer, _
       ByVal row2 As Integer _
    ) As Double
    'Usage
     
    
    Dim instance As DocumentParagraph
    Dim row As Integer
    Dim row2 As Integer
    Dim value As Double
     
    value = instance.GetRowHeight(row, row2)
    public double GetRowHeight( 
       int row,
       int row2
    )

    Parameters

    row
    row2
    See Also