StyleSheet.Type Property

Definition

Returns the template type.

public:
 property Microsoft::Office::Interop::Word::WdStyleSheetLinkType Type { Microsoft::Office::Interop::Word::WdStyleSheetLinkType get(); void set(Microsoft::Office::Interop::Word::WdStyleSheetLinkType value); };
public Microsoft.Office.Interop.Word.WdStyleSheetLinkType Type { get; set; }
member this.Type : Microsoft.Office.Interop.Word.WdStyleSheetLinkType with get, set
Public Property Type As WdStyleSheetLinkType

Property Value

Remarks

WdTemplateType.can be one of the following constants:

wdAttachedTemplate

wdGlobalTemplate

wdNormalTemplate

Applies to