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


アウトライン(範囲グループ)のレベル
アウトライン(範囲グループ)の終了インデックス
これが行のアウトライン(範囲グループ)であるかどうか
指定したレベルと終了インデックスを持つアウトライン(範囲グループ)を検索します。
構文
'Declaration
 
Public Function FindGroup( _
   ByVal level As Integer, _
   ByVal end As Integer, _
   ByVal isRowGroup As Boolean _
) As RangeGroupInfo
'使用法
 
Dim instance As DefaultRangeGroupModel
Dim level As Integer
Dim end As Integer
Dim isRowGroup As Boolean
Dim value As RangeGroupInfo
 
value = instance.FindGroup(level, end, isRowGroup)
public RangeGroupInfo FindGroup( 
   int level,
   int end,
   bool isRowGroup
)

パラメータ

level
アウトライン(範囲グループ)のレベル
end
アウトライン(範囲グループ)の終了インデックス
isRowGroup
これが行のアウトライン(範囲グループ)であるかどうか

戻り値の型

アウトライン(範囲グループ)
参照

DefaultRangeGroupModel クラス
DefaultRangeGroupModel メンバ

 

 


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