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