FlexGrid for WinForms
GetCellRange(Int32,Int32) メソッド

C1.Win.FlexGrid.6 アセンブリ > C1.Win.FlexGrid 名前空間 > C1FlexGridBase クラス > GetCellRange メソッド : GetCellRange(Int32,Int32) メソッド
行インデックス。
列インデックス。
セルの書式設定と操作に使用できる CellRangeオブジェクトを取得します。
シンタックス
'宣言
 
Public Overloads Function GetCellRange( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
) As CellRange
public CellRange GetCellRange( 
   System.int row,
   System.int col
)

パラメータ

row
行インデックス。
col
列インデックス。

戻り値の型

セルの書式設定と操作に使用できる CellRangeオブジェクト。
参照

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