Share via


ChartFillFormat.Visible Property

Returns or sets a MsoTriState value that determines whether the object is visible. Read/write.

Namespace:  Microsoft.Office.Core
Assembly:  office (in office.dll)

Syntax

'Declaration
Property Visible As Integer
    Get
    Set
'Usage
Dim instance As ChartFillFormat
Dim value As Integer

value = instance.Visible

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

Property Value

Type: System.Int32
MsoTriState

See Also

Reference

ChartFillFormat Interface

ChartFillFormat Members

Microsoft.Office.Core Namespace