GetDataDisplay(Int32,Int32) Method
In This Topic
Gets the value in a grid cell, formatted as a string.
Syntax
'Declaration
Public Overloads Overridable Function GetDataDisplay( _
ByVal As Integer, _
ByVal As Integer _
) As String
public virtual string GetDataDisplay(
int ,
int
)
Parameters
- row
- Row index.
- col
- Column index.
Return Value
A string containing the data displayed in the given grid cell.
See Also