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