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