Gets the height of the specified row.
Syntax
'Declaration
Public Function GetRowHeight( _
ByVal As Integer _
) As Integer
'Usage
Dim instance As SheetView
Dim row As Integer
Dim value As Integer
value = instance.GetRowHeight(row)
public int GetRowHeight(
int
)
Parameters
- row
- Row index
See Also