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