PowerTools SPREAD for Windows Forms 8.0J
IsPropertySupported メソッド (IPropertyAllowedSupport)


プロパティ名
セル型が名前付きプロパティをサポートするかどうかを取得します。
構文
'Declaration
 
Function IsPropertySupported( _
   ByVal propertyName As String _
) As Boolean
'使用法
 
Dim instance As IPropertyAllowedSupport
Dim propertyName As String
Dim value As Boolean
 
value = instance.IsPropertySupported(propertyName)
bool IsPropertySupported( 
   string propertyName
)

パラメータ

propertyName
プロパティ名

戻り値の型

Boolean:セル型がサポートしている場合はTrue、それ以外の場合はFalse
参照

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

 

 


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