'宣言 Public Overrides Function CanExportRange( _ ByVal documentRange As OutputRangeTypeEnum _ ) As System.Boolean
'使用法 Dim instance As PagesExportProvider Dim documentRange As OutputRangeTypeEnum Dim value As System.Boolean value = instance.CanExportRange(documentRange)
public override System.bool CanExportRange( OutputRangeTypeEnum documentRange )
パラメータ
- documentRange
- The C1.C1Preview.OutputRangeTypeEnum to test.
戻り値の型
True if the specified range can be exported, false otherwise.