CalloutFormat.AutoLength Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.