'Declaration
Function CanExportTo( _
ByVal As Type _
) As Boolean
'使用法
Dim instance As IExcelExporter
Dim destinationType As Type
Dim value As Boolean
value = instance.CanExportTo(destinationType)
パラメータ
- destinationType
- エクスポート先の型を表す System.Type。
戻り値の型
このエクスポーターがエクスポートを実行できる場合は true。それ以外の場合は false。