PowerTools SPREAD for Windows Forms 8.0J
RemoveColumns メソッド (AggregationDataModel)


削除する最初の列のインデックス
削除する列数
指定した位置の列から1つまたは複数の列を削除します。
構文
'Declaration
 
Public Sub RemoveColumns( _
   ByVal column As Integer, _
   ByVal columnCount As Integer _
) 
'使用法
 
Dim instance As AggregationDataModel
Dim column As Integer
Dim columnCount As Integer
 
instance.RemoveColumns(column, columnCount)
public void RemoveColumns( 
   int column,
   int columnCount
)

パラメータ

column
削除する最初の列のインデックス
columnCount
削除する列数
参照

AggregationDataModel クラス
AggregationDataModel メンバ

 

 


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