CalloutFormat.AutoLength Property

Definition

Returns a value that indicates whether to automatically set the length of the callout line.

public:
 property Microsoft::Office::Core::MsoTriState AutoLength { Microsoft::Office::Core::MsoTriState get(); };
public Microsoft.Office.Core.MsoTriState AutoLength { get; }
member this.AutoLength : Microsoft.Office.Core.MsoTriState
Public ReadOnly Property AutoLength As MsoTriState

Property Value

Remarks

Use the AutomaticLength() method to set this property to msoTrue, and use the CustomLength(Single) method to set this property to msoFalse.

Applies to