TextInput.Format Property
Returns the text formatting for the specified text box.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Format As String
Get
'Usage
Dim instance As TextInput
Dim value As String
value = instance.Format
string Format { get; }
Property Value
Type: System.String