Shape.IsHidden
Shape.IsHidden property
Indicates whether the object is visible.
public bool IsHidden { get; set; }
Examples
[C#]
shape.IsHidden = false;
See Also
- class Shape
- namespace Aspose.Cells.Drawing
- assembly Aspose.Cells
Indicates whether the object is visible.
public bool IsHidden { get; set; }
[C#]
shape.IsHidden = false;