PowerTools SPREAD for Windows Forms 8.0J
AddRangeGroup メソッド (Rows)


行の開始インデックス
グループ化する行数
指定した開始インデックスから指定した数のすべての行をアウトライン(範囲グループ)にグループ化します。
構文
'Declaration
 
Public Sub AddRangeGroup( _
   ByVal row As Integer, _
   ByVal count As Integer _
) 
'使用法
 
Dim instance As Rows
Dim row As Integer
Dim count As Integer
 
instance.AddRangeGroup(row, count)
public void AddRangeGroup( 
   int row,
   int count
)

パラメータ

row
行の開始インデックス
count
グループ化する行数
参照

Rows クラス
Rows メンバ

 

 


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