PowerTools SPREAD for Windows Forms 8.0J
RangeGroupModelEventArgs コンストラクタ(Int32,Int32,Boolean,RangeGroupModelEventType)


行または列の開始インデックス
行または列の数
これが行のアウトライン(範囲グループ)であるかどうか
アウトライン(範囲グループ)モデルイベントの種類
新しいアウトライン(範囲グループ)モデルイベント引数オブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal startIndex As Integer, _
   ByVal count As Integer, _
   ByVal isRowGroup As Boolean, _
   ByVal type As RangeGroupModelEventType _
)
'使用法
 
Dim startIndex As Integer
Dim count As Integer
Dim isRowGroup As Boolean
Dim type As RangeGroupModelEventType
 
Dim instance As New RangeGroupModelEventArgs(startIndex, count, isRowGroup, type)
public RangeGroupModelEventArgs( 
   int startIndex,
   int count,
   bool isRowGroup,
   RangeGroupModelEventType type
)

パラメータ

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

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

 

 


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