'宣言 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;}
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 メンバ オーバーロード一覧