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
- Class Vector
- Class Shape
- Namespace Aspose::Cells::Drawing
- Library Aspose.Cells for C++