'Declaration Public Overridable Function CanExportRange( _ ByVal range As OutputRangeTypeEnum _ ) As Boolean
public virtual bool CanExportRange( OutputRangeTypeEnum range )
Parameters
- range
- The type of range to test.
Return Value
true if the associated Exporter can handle the specified output range, false otherwise.