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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > CellRangeCollection クラス > Add メソッド : Add(Int32,Int32,Int32,Int32,Boolean) メソッド
Top row in the range.
Left column in the range.
Bottom row in the range.
Right column in the range.
Whether to remove overlapping ranges from the collection before adding the new range.
Adds a new CellRange object to the collection, optionally removing other overlapping ranges from the collection.
シンタックス
'宣言
 
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
Top row in the range.
leftCol
Left column in the range.
bottomRow
Bottom row in the range.
rightCol
Right column in the range.
clearOverlappingRanges
Whether to remove overlapping ranges from the collection before adding the new range.

戻り値の型

The index of the object in the collection.
参照

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