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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > CellRangeCollection クラス > Add メソッド : Add(CellRange,Boolean) メソッド
Object to add to the collection.
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 value As CellRange, _
   ByVal clearOverlappingRanges As System.Boolean _
) As System.Integer
public System.int Add( 
   CellRange value,
   System.bool clearOverlappingRanges
)

パラメータ

value
Object to add to the collection.
clearOverlappingRanges
Whether to remove overlapping ranges from the collection before adding the new range.

戻り値の型

The index of the object in the collection.
参照

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