Aspose::Cells::Drawing::Shape::IsEquation method

Shape::IsEquation method

Indicates whether the shape only contains an equation.

bool Aspose::Cells::Drawing::Shape::IsEquation()

Examples

//If true,the shape only contains an equation.
if (shape.IsEquation())
{
    //The shape contains only an equation
}

See Also