FlexGrid for WinForms
GetCellImage(Int32,String) Method



Row index.
Column name.
Gets the image displayed in a grid cell.
Syntax
'Declaration
 
Public Overloads Function GetCellImage( _
   ByVal row As Integer, _
   ByVal colName As String _
) As Image
'Usage
 
Dim instance As C1FlexGridBase
Dim row As Integer
Dim colName As String
Dim value As Image
 
value = instance.GetCellImage(row, colName)
public Image GetCellImage( 
   int row,
   string colName
)
public:
Image^ GetCellImage( 
   int row,
   String^ colName
) 

Parameters

row
Row index.
colName
Column name.

Return Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback