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