C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > GetDataDisplay Method : GetDataDisplay(Int32,String,Image,CheckEnum) Method |
'Declaration
Public Overloads Overridable Function GetDataDisplay( _ ByVal row As Integer, _ ByVal colName As String, _ ByRef img As Image, _ ByRef chk As CheckEnum _ ) As String
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.
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