Ribbon for WinForms
Item プロパティ (GridPanel)

C1.Win.8 アセンブリ > C1.Framework 名前空間 > GridPanel クラス : Item プロパティ
The row number.
The column number.
Returns the GridCell object displayed in the specified row and column.
シンタックス
'宣言
 
Public ReadOnly Default Property Item( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As GridCell
public GridCell this[ 
   int row,
   int col
]; {get;}

パラメータ

row
The row number.
col
The column number.

プロパティ値

The GridCell object.
解説
If the GridCell object with specified row and column numbers doesn't exist when this property is called, it is created. Also this property call migh create missing rows and columns if required.
参照

GridPanel クラス
GridPanel メンバ