Subdocument.HasFile Property
True if the specified subdocument has been saved to a file.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property HasFile As Boolean
Get
'Usage
Dim instance As Subdocument
Dim value As Boolean
value = instance.HasFile
bool HasFile { get; }
Property Value
Type: System.Boolean