ComponentOne FlexGrid for WinForms
GetData(Int32,String) Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > GetData Method : GetData(Int32,String) Method
Row index.
Column name.
Gets the value of a grid cell.
Syntax
'Declaration
 
Public Overloads Overridable Function GetData( _
   ByVal row As Integer, _
   ByVal colName As String _
) As Object
public virtual object GetData( 
   int row,
   string colName
)

Parameters

row
Row index.
colName
Column name.

Return Value

The value of the cell.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List