ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridColumn Class / GetCellValue Method
The row used to determine the cell.

In This Topic
    GetCellValue Method (DataGridColumn)
    In This Topic
    Gets the value represented by the cell belonging to this column and the specified row.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetCellValue( _
       ByVal Row As DataGridRow _
    ) As Object
    public virtual object GetCellValue( 
       DataGridRow Row
    )

    Parameters

    Row
    The row used to determine the cell.
    See Also