CanExportObject Method (C1mdxExportProvider)
Tests whether the specified object represents a document that can be exported by a
C1mdxExporter.
'Declaration
Public Overrides Function CanExportObject( _
ByVal As Object _
) As Boolean
Parameters
- obj
- The object (document) to test.
Return Value
true if is an instance of
C1.C1Preview.C1MultiDocument,
false otherwise.