IMsoChartArea.Height Property
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Height As Double
Get
Set
'Usage
Dim instance As IMsoChartArea
Dim value As Double
value = instance.Height
instance.Height = value
double Height { get; set; }
Property Value
Type: System.Double