FlexPivot for WinForms
GetData(Int32,String) メソッド

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > GetData メソッド : GetData(Int32,String) メソッド
Row index.
Column name.
Gets the value of a grid cell.
シンタックス
'宣言
 
Public Overloads Overridable Function GetData( _
   ByVal row As System.Integer, _
   ByVal colName As System.String _
) As System.Object
public virtual System.object GetData( 
   System.int row,
   System.string colName
)

パラメータ

row
Row index.
colName
Column name.

戻り値の型

The value of the cell.
参照

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