BulletFormat2.Visible Property

Gets or sets a value that specifies whether the bullet is visible. Read/write.

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

Syntax

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

value = instance.Visible

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

Property Value

Type: Microsoft.Office.Core.MsoTriState
MsoTriState

See Also

Reference

BulletFormat2 Interface

BulletFormat2 Members

Microsoft.Office.Core Namespace