FlexPivot for WinForms
GetDataDisplay(Int32,Int32) メソッド

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

パラメータ

row
Row index.
col
Column index.

戻り値の型

A string containing the data displayed in the given grid cell.
参照

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