[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Printing.DocumentParagraph.GetRowHeight

GetRowHeight Method

GetRowHeight(int)

Gets the height (in points) of row.

Declaration
public double GetRowHeight(int row)
Public Function GetRowHeight(row As Integer) As Double
Parameters
Type Name Description
int row
Returns
Type Description
double

GetRowHeight(int, int)

Gets the total height (in points) of rows.

Declaration
public double GetRowHeight(int row, int row2)
Public Function GetRowHeight(row As Integer, row2 As Integer) As Double
Parameters
Type Name Description
int row
int row2
Returns
Type Description
double