TextFrame.AutoSize Property
Returns or sets an Integer that represents whether a text frame is sized automatically.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property AutoSize As Integer
Get
Set
'Usage
Dim instance As TextFrame
Dim value As Integer
value = instance.AutoSize
instance.AutoSize = value
int AutoSize { get; set; }
Property Value
Type: System.Int32