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


開始インデックス
削除するインデックスの数
これが行のアウトライン(範囲グループ)であるかどうか
指定したインデックスから始まるアウトライン(範囲グループ)のインデックスを削除し、それ以降のインデックスを繰り上げます。
構文
'Declaration
 
Public Sub RemoveIndexes( _
   ByVal startIndex As Integer, _
   ByVal removeCount As Integer, _
   ByVal isRowGroup As Boolean _
) 
'使用法
 
Dim instance As DefaultRangeGroupModel
Dim startIndex As Integer
Dim removeCount As Integer
Dim isRowGroup As Boolean
 
instance.RemoveIndexes(startIndex, removeCount, isRowGroup)
public void RemoveIndexes( 
   int startIndex,
   int removeCount,
   bool isRowGroup
)

パラメータ

startIndex
開始インデックス
removeCount
削除するインデックスの数
isRowGroup
これが行のアウトライン(範囲グループ)であるかどうか
参照

DefaultRangeGroupModel クラス
DefaultRangeGroupModel メンバ

 

 


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