InlineShape.HasChart Property

Definition

True if the specified shape is a chart. Read-only.

public:
 property Microsoft::Office::Core::MsoTriState HasChart { Microsoft::Office::Core::MsoTriState get(); };
public Microsoft.Office.Core.MsoTriState HasChart { get; }
member this.HasChart : Microsoft.Office.Core.MsoTriState
Public ReadOnly Property HasChart As MsoTriState

Property Value

MsoTriState

Remarks

This property always returns False for OLE charts. For OLE charts, use InlineShape.OLEFormat.ProgID and check for the following possible values: "Excel.Chart.8", "MSGraph.Chart.8", "Excel.Sheet.8", "Excel.Chart.5", "MSGraph.Chart.5", or "Excel.Sheet.5".

Applies to