FlexGrid for WinForms
GetDataDisplay(Int32,String) Method



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

Parameters

row
Row index.
colName
Column name.

Return Value

A string containing the data displayed in the given grid cell.
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