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

C1.Win.8 アセンブリ > C1.Framework 名前空間 > GridCell クラス > GridCell コンストラクタ : GridCell コンストラクタ(GridRow,Int32)
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 row As GridRow, _
   ByVal column As Integer _
)
public GridCell( 
   GridRow row,
   int column
)

パラメータ

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

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