Style.Type Property

Returns the style type. Read-only Style.

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

Syntax

'Declaration
ReadOnly Property Type As WdStyleType
    Get
'Usage
Dim instance As Style
Dim value As WdStyleType

value = instance.Type
WdStyleType Type { get; }

Property Value

Type: Microsoft.Office.Interop.Word.WdStyleType

Remarks

WdStyleType can be one of the following constants:

wdStyleTypeCharacter

wdStyleTypeList

wdStyleTypeParagraph

wdStyleTypeTable

See Also

Reference

Style Interface

Style Members

Microsoft.Office.Interop.Word Namespace