CanExportRange Method (C1mdxExportProvider)
Tests whether the
Exporter associated with the current export provider can handle the specified type of document pages' range. The default implementation of this method returns
true if the specified range type is
C1.C1Preview.OutputRangeTypeEnum.All,
false otherwise.
Parameters
- range
- The type of range to test.
Return Value
true if the associated
Exporter can handle the specified output range,
false otherwise.