_Document.Type Property
Returns the document type (template or document).
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Type As WdDocumentType
Get
'Usage
Dim instance As _Document
Dim value As WdDocumentType
value = instance.Type
WdDocumentType Type { get; }
Property Value
Type: Microsoft.Office.Interop.Word.WdDocumentType