[]
        
(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

The row index.

Returns
Type Description
double

The height (in points) of row.

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

The start row index.

int row2

The end row index.

Returns
Type Description
double

The total height (in points) of rows.