PowerTools SPREAD for Windows Forms 8.0J
CanExportTo メソッド


エクスポート先の型を表す System.Type
このエクスポーターがオブジェクトを指定した型に変換できるかどうかを返します。
構文
'Declaration
 
Function CanExportTo( _
   ByVal destinationType As Type _
) As Boolean
'使用法
 
Dim instance As IExcelExporter
Dim destinationType As Type
Dim value As Boolean
 
value = instance.CanExportTo(destinationType)
bool CanExportTo( 
   Type destinationType
)

パラメータ

destinationType
エクスポート先の型を表す System.Type

戻り値の型

このエクスポーターがエクスポートを実行できる場合は true。それ以外の場合は false。
参照

IExcelExporter インタフェース
IExcelExporter メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.