CalloutFormat.Border Property
Represents the visibility options for the border of the object.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Border As MsoTriState
Get
Set
'Usage
Dim instance As CalloutFormat
Dim value As MsoTriState
value = instance.Border
instance.Border = value
MsoTriState Border { get; set; }
Property Value
Type: Microsoft.Office.Core.MsoTriState
Remarks
MsoTriState can be one of these MsoTriState constants:
msoCTrue Does not apply to this object.
msoFalse Sets the border invisible.
msoTriStateMixed Does not apply to this object.
msoTriStateToggle Allows the user to switch the border from visible to invisible and vice versa.
msoTrue Default. Sets the border visible.