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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > GetCellRange メソッド : GetCellRange(Int32,Int32) メソッド
Row index.
Column index.
Gets a CellRange object that can be used to format and manipulate a cell.
シンタックス
'宣言
 
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
Row index.
col
Column index.

戻り値の型

A CellRange object that can be used to format and manipulate the cell.
参照

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