'宣言 Public Overrides Function CanExportRange( _ ByVal range As OutputRangeTypeEnum _ ) As System.Boolean
'使用法 Dim instance As RtfExportProvider Dim range As OutputRangeTypeEnum Dim value As System.Boolean value = instance.CanExportRange(range)
public override System.bool CanExportRange( OutputRangeTypeEnum range )
パラメータ
- range
- テストする範囲のタイプ。
戻り値の型
関連付けられた Exporterが指定した出力範囲を処理できる場合は true、その他の場合は false。