FillFormat.Visible Property
Determines whether the object is visible.
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 FillFormat
Dim value As MsoTriState
value = instance.Visible
instance.Visible = value
MsoTriState Visible { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
MsoTriState can be one of the following MsoTriState constants:
msoCTrue
msoFalse
msoTriStateMixed
msoTriStateToggle
msoTrue The object is visible.
The Visible property for a PivotTable item is True if the item is currently visible in the table.
If you set the Visible property for a name to False, the name won't appear in the Define Name dialog box.