[]
Gets the height in pixels for the specified row on this sheet.
public int GetRowHeight(int row)
Public Function GetRowHeight(row As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| Type | Description |
|---|---|
| int | A height in pixels for the specified row. |