FlexGrid for WinForms
GetDataDisplay(Int32,Int32) Method



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

Parameters

row
Row index.
col
Column index.

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