Shape.IsEquation
Shape.IsEquation property
Indicates whether the shape only contains an equation.
public bool IsEquation { get; }
Examples
[C#]
//If true,the shape only contains an equation.
if(shape.IsEquation)
{
//The shape contains only an equation
}
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells