ShapeRange.HasChart property (PowerPoint)
Returns whether the shape range represented by the specified object contains a chart. Read-only.
Syntax
expression. HasChart
expression An expression that returns a ShapeRange object.
Return value
MsoTriState
Remarks
The value of the HasChart property can be one of these MsoTriState constants.
Constant | Description |
---|---|
msoFalse | The specified shape range does not contain a chart. |
msoTrue | The specified shape range contains a chart. |
See also
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.