_Application.UsableWidth Property
Returns the maximum width (in points) to which you can set the width of a Microsoft Word document window.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property UsableWidth As Integer
Get
'Usage
Dim instance As _Application
Dim value As Integer
value = instance.UsableWidth
int UsableWidth { get; }
Property Value
Type: System.Int32