Pane.BrowseWidth Property

Returns the width (in points) of the area in which text wraps in the specified pane. Read-only Long.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
ReadOnly Property BrowseWidth As Integer
    Get
'Usage
Dim instance As Pane
Dim value As Integer

value = instance.BrowseWidth
int BrowseWidth { get; }

Property Value

Type: System.Int32

Remarks

This property works only when you are in Web layout view.

See Also

Reference

Pane Interface

Pane Members

Microsoft.Office.Interop.Word Namespace