'Declaration Public Overrides Function CanExportRange( _ ByVal rangeType As OutputRangeType _ ) As Boolean
public override bool CanExportRange( OutputRangeType rangeType )
Parameters
- rangeType
- The C1.Win.Document.OutputRangeType to test.
Return Value
True if the specified range can be exported, false otherwise.