[]
Gets the height (in points) of row.
public double GetRowHeight(int row)
Public Function GetRowHeight(row As Integer) As Double
Type | Name | Description |
---|---|---|
int | row | The row index. |
Type | Description |
---|---|
double | The height (in points) of row. |
Gets the total height (in points) of rows.
public double GetRowHeight(int row, int row2)
Public Function GetRowHeight(row As Integer, row2 As Integer) As Double
Type | Name | Description |
---|---|---|
int | row | The start row index. |
int | row2 | The end row index. |
Type | Description |
---|---|
double | The total height (in points) of rows. |