[]
Tests whether the specified type of range can be exported by the current export provider.
public override bool CanExportRange(OutputRangeTypeEnum documentRange)
Public Overrides Function CanExportRange(documentRange As OutputRangeTypeEnum) As Boolean
| Type | Name | Description |
|---|---|---|
| OutputRangeTypeEnum | documentRange | The OutputRangeTypeEnum to test. |
| Type | Description |
|---|---|
| bool | True if the specified range can be exported, false otherwise. |