Compartir a través de


ShapeRange.Visible Property

Determines whether the object is visible. Read/write MsoTriState.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Property Visible As MsoTriState
    Get
    Set
'Usage
Dim instance As ShapeRange
Dim value As MsoTriState

value = instance.Visible

instance.Visible = value
MsoTriState Visible { get; set; }

Property Value

Type: Microsoft.Office.Core.MsoTriState

See Also

Reference

ShapeRange Interface

ShapeRange Members

Microsoft.Office.Interop.Excel Namespace