Ribbon for WinForms
GridCell コンストラクタ(GridPanel,Int32,Int32)

C1.Win.8 アセンブリ > C1.Framework 名前空間 > GridCell クラス > GridCell コンストラクタ : GridCell コンストラクタ(GridPanel,Int32,Int32)
The owning GridPanel element.
The number of grid row this cell should appear in.
The number of grid column this cell should appear in.
Initializes a new instance of the GridCell object.
シンタックス
'宣言
 
Public Function New( _
   ByVal grid As GridPanel, _
   ByVal row As Integer, _
   ByVal column As Integer _
)
public GridCell( 
   GridPanel grid,
   int row,
   int column
)

パラメータ

grid
The owning GridPanel element.
row
The number of grid row this cell should appear in.
column
The number of grid column this cell should appear in.
参照

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