CalloutFormat.Gap Property
Returns or sets the horizontal distance (in points) between the end of the callout line and the text bounding box.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Property Gap As Single
Get
Set
'Usage
Dim instance As CalloutFormat
Dim value As Single
value = instance.Gap
instance.Gap = value
float Gap { get; set; }
Property Value
Type: System.Single