ChartFillFormat.Visible Property

Definition

Determines whether the object is visible.

public:
 property Microsoft::Office::Core::MsoTriState Visible { Microsoft::Office::Core::MsoTriState get(); void set(Microsoft::Office::Core::MsoTriState value); };
public Microsoft.Office.Core.MsoTriState Visible { get; set; }
Public Property Visible As MsoTriState

Property Value

Remarks

MsoTriState can be one of the following MsoTriState constants:

msoCTrue

msoFalse

msoTriStateMixed

msoTriStateToggle

msoTrue The object is visible.

If you set the Visible property for a name to False, the name won't appear in the Define Name dialog box.

Applies to