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

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

パラメータ

row
Row index.
col
Column index.

戻り値の型

An System.Drawing.Image object previously assigned to the cell using the SetCellImage(Int32,String,Image) method.
参照

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