Partager via


Shape.HasChart Property (PowerPoint)

Returns whether the shape represented by the specified object contains a chart. Read-only.

Syntax

expression .HasChart

expression An expression that returns a Shape object.

Return Value

MsoTriState

Remarks

The value of the HasChart property can be one of these MsoTriState constants.

Constant

Description

msoFalse

The specified shape does not contain a chart.

msoTrue

The specified shape contains a chart.

See Also

Concepts

Shape Object Members

Shape Object