Aspose::Cells::Drawing::Shape::IsHidden method
Shape::IsHidden method
Indicates whether the object is visible.
bool Aspose::Cells::Drawing::Shape::IsHidden()
Examples
if (shape.IsHidden() == false)
{
    shape.SetIsHidden(true);
}
See Also
- Class Vector
 - Class Shape
 - Namespace Aspose::Cells::Drawing
 - Library Aspose.Cells for C++