CalloutFormat.AutoLength Property
Returns a value that indicates whether to automatically set the length of the callout line.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property AutoLength As MsoTriState
Get
'Usage
Dim instance As CalloutFormat
Dim value As MsoTriState
value = instance.AutoLength
MsoTriState AutoLength { get; }
Property Value
Type: MsoTriState
Remarks
Use the AutomaticLength method to set this property to msoTrue, and use the CustomLength method to set this property to msoFalse.