ChartArea.Height Property

Returns or sets a Double value that represents the height, in points, of the object.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Property Height As Double
    Get
    Set
'Usage
Dim instance As ChartArea
Dim value As Double

value = instance.Height

instance.Height = value
double Height { get; set; }

Property Value

Type: System.Double
Double

See Also

Reference

ChartArea Interface

ChartArea Members

Microsoft.Office.Interop.Word Namespace