StyleSheet.Type Property

Returns the template type.

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

Syntax

'Declaration
Property Type As WdStyleSheetLinkType
    Get
    Set
'Usage
Dim instance As StyleSheet
Dim value As WdStyleSheetLinkType

value = instance.Type

instance.Type = value
WdStyleSheetLinkType Type { get; set; }

Property Value

Type: Microsoft.Office.Interop.Word.WdStyleSheetLinkType

Remarks

WdTemplateType.can be one of the following constants:

wdAttachedTemplate

wdGlobalTemplate

wdNormalTemplate

See Also

Reference

StyleSheet Interface

StyleSheet Members

Microsoft.Office.Interop.Word Namespace