NativeExcel for .Net Developer's Reference

IShape.Visible Property

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);

Property Value

true if the shape is visible; otherwise, false.

See Also

IShape Interface | NativeExcel Namespace