In This Topic
Gets or sets the height of this row in pixels.
Syntax
'Declaration
Public Property Height As Integer
'Usage
Dim instance As Row
Dim value As Integer
instance.Height = value
value = instance.Height
public int Height {get; set;}
Property Value
Integer number of pixels in the height of this row
Example
This example sets the height of the first row.
See Also