GrapeCity SPREAD for Windows Forms 11.0J
RangeGroupInfo コンストラクタ(Int32,Int32,RangeGroupInfo)


開始インデックス
終了インデックス
親グループ
開始インデックス、終了インデックス、および親グループを使用して、RangeGroupInfoクラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal startIndex As Integer, _
   ByVal endIndex As Integer, _
   ByVal parent As RangeGroupInfo _
)
'使用法
 
Dim startIndex As Integer
Dim endIndex As Integer
Dim parent As RangeGroupInfo
 
Dim instance As New RangeGroupInfo(startIndex, endIndex, parent)
public RangeGroupInfo( 
   int startIndex,
   int endIndex,
   RangeGroupInfo parent
)

パラメータ

startIndex
開始インデックス
endIndex
終了インデックス
parent
親グループ
参照

RangeGroupInfo クラス
RangeGroupInfo メンバ
オーバーロード一覧

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.