GetRowHeight Method
GetRowHeight(int)
Gets the height in pixels for the specified row on this sheet.
Declaration
public int GetRowHeight(int row)
Public Function GetRowHeight(row As Integer) As Integer
Parameters
Type |
Name |
Description |
int |
row |
Row index
|
Returns