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


データソースの列のインデックス
データソース内の列のセル型を取得します。
構文
'Declaration
 
Public Function GetColumnCellType( _
   ByVal colIndex As Integer _
) As ICellType
'使用法
 
Dim instance As SpreadDataBindingAdapter
Dim colIndex As Integer
Dim value As ICellType
 
value = instance.GetColumnCellType(colIndex)
public ICellType GetColumnCellType( 
   int colIndex
)

パラメータ

colIndex
データソースの列のインデックス

戻り値の型

セル型を含むICellTypeオブジェクト
参照

SpreadDataBindingAdapter クラス
SpreadDataBindingAdapter メンバ

 

 


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