True DBGrid for WinForms
CellValue(Int32,Boolean) メソッド

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1DataColumn クラス > CellValue メソッド : CellValue(Int32,Boolean) メソッド
The row to fetch.
Gets the cell value for a given row.
シンタックス
'宣言
 
Public Overloads Function CellValue( _
   ByVal row As System.Integer, _
   Optional ByVal isDataSource As System.Boolean _
) As System.Object
public System.object CellValue( 
   System.int row,
   System.bool isDataSource
)

パラメータ

row
The row to fetch.
isDataSource

戻り値の型

The underlying data from the data source.
参照

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