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

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス > GetData メソッド : GetData(Int32,Int32,Boolean) メソッド
Row index.
Column index.
Whether to take into account the value of the GetCellCheck method.
Gets the value of a grid cell, taking into account the value returned by the GetCellCheck method.
シンタックス
'宣言
 
Public Overloads Overridable Function GetData( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer, _
   ByVal getCheck As System.Boolean _
) As System.Object
public virtual System.object GetData( 
   System.int row,
   System.int col,
   System.bool getCheck
)

パラメータ

row
Row index.
col
Column index.
getCheck
Whether to take into account the value of the GetCellCheck method.
参照

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