CanExportType Method (C1mdxExportProvider)
Tests whether documents of the specified type can be exported by a
C1mdxExporter.
public override bool CanExportType(
Type
)
'Declaration
Public Overrides Function CanExportType( _
ByVal As Type _
) As Boolean
Parameters
- documentType
- The type to test.
Return Value
true if
obj is
C1.C1Preview.C1MultiDocument,
false otherwise.