ChartTitle Interface
Represents the chart title.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<GuidAttribute("00020849-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface ChartTitle
'Usage
Dim instance As ChartTitle
[GuidAttribute("00020849-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface ChartTitle
Remarks
Use the ChartTitle property to return the ChartTitle object.
The ChartTitle object doesn’t exist and cannot be used unless the HasTitle property for the chart is True.