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


オブジェクトのエクスポート先の System.Type
指定した値オブジェクトを指定した型にエクスポートします。
構文
'Declaration
 
Function ExportTo( _
   ByVal destinationType As Type _
) As Object
'使用法
 
Dim instance As IExcelExporter
Dim destinationType As Type
Dim value As Object
 
value = instance.ExportTo(destinationType)
object ExportTo( 
   Type destinationType
)

パラメータ

destinationType
オブジェクトのエクスポート先の System.Type

戻り値の型

エクスポート後の値を表す System.Object
参照

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

 

 


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