Gets or sets a value that indicates whether the shape is visible.
[Visual Basic] Property Visible As Boolean [C#] bool Visible { get; set; } [C++] __property bool get_Visible(); __property void set_Visible(bool ); [JScript] function get Visible() : bool function set Visible(bool);
true if the shape is visible; otherwise, false.
IShape Interface | NativeExcel Namespace