Share via


CalloutFormat.Accent Property

Allows the user to place a vertical accent bar to separate the callout text from the callout line.

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

Syntax

'Declaration
Property Accent As MsoTriState
    Get
    Set
'Usage
Dim instance As CalloutFormat
Dim value As MsoTriState

value = instance.Accent

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

Property Value

Type: Microsoft.Office.Core.MsoTriState

Remarks

MsoTriState can be one of these MsoTriState constants:

msoCTrue

msoFalse

msoTriStateMixed

msoTriStateToggle

msoTrue A vertical accent bar separates the callout text from the callout line.

See Also

Reference

CalloutFormat Interface

CalloutFormat Members

Microsoft.Office.Interop.Excel Namespace