[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Drawing.ICalloutFormat.CustomLength

CustomLength Method

CustomLength(int)

Specifies that the first segment of the callout line (the segment attached to the text callout box) retain a fixed length whenever the callout is moved.

Declaration
void CustomLength(int length)
Sub CustomLength(length As Integer)
Parameters
Type Name Description
int length

The length of the first segment of the callout, in points.

Remarks

Use the AutomaticLength method to specify that the first segment of the callout line be scaled automatically whenever the callout is moved. Applies only to callouts whose lines consist of more than one segment (types msoCalloutThree and msoCalloutFour).