Share via


CalloutFormat.Length Property

When the AutoLength property of the specified callout is set to False, returns the length (in points) of the first segment of the callout line (the segment attached to the text callout box).

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

Syntax

'Declaration
ReadOnly Property Length As Single
    Get
'Usage
Dim instance As CalloutFormat
Dim value As Single

value = instance.Length
float Length { get; }

Property Value

Type: System.Single

Remarks

The Length property applies only to callouts whose lines consist of more than one segment (types msoCalloutThree and msoCalloutFour).

Use the CustomLength method to set the value of this property for a CalloutFormat object.

See Also

Reference

CalloutFormat Interface

CalloutFormat Members

Microsoft.Office.Interop.Excel Namespace