FlexPivot for WinForms
Item(Int32,String) プロパティ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > Item プロパティ : Item(Int32,String) プロパティ
Gets or sets the data in a grid cell.
シンタックス
'宣言
 
Public Overloads Property Item( _
   ByVal row As System.Integer, _
   ByVal colName As System.String _
) As System.Object
public System.object Item( 
   System.int row,
   System.string colName
) {get; set;}

パラメータ

row
colName
解説

This is one of the indexers you can use to get or set the data stored in grid cells.

You can index cells using the row and column indices or using the row index and column name.

参照

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