Aspose::Cells::Drawing::Shape::SetIsHidden method

Shape::SetIsHidden method

Indicates whether the object is visible.

void Aspose::Cells::Drawing::Shape::SetIsHidden(bool value)

Examples

if (shape.IsHidden() == false)
{
    shape.SetIsHidden(true);
}

See Also