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


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

パラメータ

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

DefaultRangeGroupModel クラス
DefaultRangeGroupModel メンバ

 

 


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