'宣言 Public Overrides Function CanExportRange( _ ByVal range As OutputRangeTypeEnum _ ) As System.Boolean
'使用法 Dim instance As XlsExportProvider Dim range As OutputRangeTypeEnum Dim value As System.Boolean value = instance.CanExportRange(range)
public override System.bool CanExportRange( OutputRangeTypeEnum range )
パラメータ
- range
- The type of range to test.
戻り値の型
true if the associated Exporter can handle the specified output range, false otherwise.