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

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

パラメータ

row
Row index.
colName
Column name.
img
Returns the image in the cell.
chk
Returns the checkbox value in the cell.

戻り値の型

A string containing the data displayed in the given grid cell.
解説

This method provides a way to retrieve all the data that is displayed in a cell with a single call.

The image returned in the img parameter may be an image assigned to the cell using the SetCellImage(Int32,String,Image) method, a mapped value obtained through an ImageMap, or an image stored as cell data (when the cell's RowCol.DataType is set to Image).

The CheckEnum value returned in the chk parameter is the value returned by the GetCellCheck method.

参照

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