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