'Declaration Public Overrides Function CanExportRange( _ ByVal rangeType As OutputRangeType _ ) As Boolean
public override bool CanExportRange( OutputRangeType rangeType )
Parameters
- rangeType
- The type of the range to test.
Return Value
true if the ExportFilter can handle the specified output range, false otherwise.