ISuggestedDocumentInstance Property |
Returns an IDocument object if an instance has been created from this suggested document
Namespace:
SuperOffice.COM.SuperOfficeDB
Assembly:
SuperOfficeDB.Interop (in SuperOfficeDB.Interop.dll) Version: 8.0.0.0
SyntaxSODocument Instance { get; }
ReadOnly Property Instance As SODocument
Get
Dim instance As ISuggestedDocument
Dim value As SODocument
value = instance.Instance
property SODocument^ Instance {
SODocument^ get ();
}
Property Value
Type:
SODocument
See Also