Syntax

expression.CustomLength(Length)

expression A variable that represents a CalloutFormat object.

Parameters

Name Required/Optional Data Type Description
Length Required Single The length of the first segment of the callout, in points.

Remarks

Applying this method sets the property to False and sets the property to the value specified for the Length argument.

Example

This example toggles between an automatically scaling first segment and one with a fixed length for the callout line for shape one on myDocument. For the example to work, shape one must be a callout.

Visual Basic for Applications
Set myDocument = Worksheets(1) With myDocument.Shapes(1).Callout If .AutoLength Then .CustomLength 50 Else .AutomaticLength End If End With
Apply a custom length to callout line? custom length Custom Length Method CustomLength customlength method Fix the size of the first segment of a callout line? Specify a fixed length of callout line?

See also: