RowHeight Property (IRange)
Gets or sets the height of the row.
int RowHeight {get; set;}
'Declaration
Property RowHeight As Integer
'Usage
Dim instance As IRange
Dim value As Integer
instance.RowHeight = value
value = instance.RowHeight
Property Value
The height of the row.