In This Topic
Gets or sets the height of the row (points).
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute(-1)>
Public Property Height As System.Integer
'Usage
Dim instance As Row
Dim value As System.Integer
instance.Height = value
value = instance.Height
[System.ComponentModel.DefaultValue(-1)]
public System.int Height {get; set;}
public read-write property Height: System.Integer;
System.ComponentModel.DefaultValueAttribute(-1)
public function get,set Height : System.int
[System.ComponentModel.DefaultValue(-1)]
public: __property System.int get_Height();
public: __property void set_Height(
System.int value
);
[System.ComponentModel.DefaultValue(-1)]
public:
property System.int Height {
System.int get();
void set ( System.int value);
}
See Also