PowerTools SPREAD for Windows Forms 8.0J
CanConvertTo(ITypeDescriptorContext,Type) メソッド


データ型記述子コンテキスト
変換先データの型
セル範囲のデータ型が指定した変換先データに変換できるかどうかを判定します。
構文
'Declaration
 
Public Overloads Overrides Function CanConvertTo( _
   ByVal context As ITypeDescriptorContext, _
   ByVal destinationType As Type _
) As Boolean
'使用法
 
Dim instance As CellRangeConverter
Dim context As ITypeDescriptorContext
Dim destinationType As Type
Dim value As Boolean
 
value = instance.CanConvertTo(context, destinationType)
public override bool CanConvertTo( 
   ITypeDescriptorContext context,
   Type destinationType
)

パラメータ

context
データ型記述子コンテキスト
destinationType
変換先データの型
参照

CellRangeConverter クラス
CellRangeConverter メンバ
オーバーロード一覧

 

 


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