FlexGrid for WinForms
Add(Int32,Int32,Int32,Int32,Boolean) メソッド

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > CellRangeCollection クラス > Add メソッド : Add(Int32,Int32,Int32,Int32,Boolean) メソッド
範囲内の上端の行。
範囲内の左端の列。
範囲内の下端の行。
範囲内の右端の列。
新しい範囲を追加する前に、重複する範囲をコレクションから削除するかどうか。
コレクションに新しい CellRangeオブジェクトを追加し、オプションで他の重複する範囲をコレクションから削除します。
シンタックス
'宣言
 
Public Overloads Function Add( _
   ByVal topRow As System.Integer, _
   ByVal leftCol As System.Integer, _
   ByVal bottomRow As System.Integer, _
   ByVal rightCol As System.Integer, _
   ByVal clearOverlappingRanges As System.Boolean _
) As System.Integer
public System.int Add( 
   System.int topRow,
   System.int leftCol,
   System.int bottomRow,
   System.int rightCol,
   System.bool clearOverlappingRanges
)

パラメータ

topRow
範囲内の上端の行。
leftCol
範囲内の左端の列。
bottomRow
範囲内の下端の行。
rightCol
範囲内の右端の列。
clearOverlappingRanges
新しい範囲を追加する前に、重複する範囲をコレクションから削除するかどうか。

戻り値の型

コレクション内のオブジェクトのインデックス。
参照

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