Window.StyleAreaWidth Property

Returns or sets the width of the style area in points.

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

Syntax

'Declaration
Property StyleAreaWidth As Single
    Get
    Set
'Usage
Dim instance As Window
Dim value As Single

value = instance.StyleAreaWidth

instance.StyleAreaWidth = value
float StyleAreaWidth { get; set; }

Property Value

Type: System.Single

Remarks

When the StyleAreaWidth property is greater than 0 (zero), style names are displayed to the left of the text. The style area isn't visible in print layout or Web layout view.

See Also

Reference

Window Interface

Window Members

Microsoft.Office.Interop.Word Namespace