ComponentOne DataGrid for WPF and Silverlight
GetCellValue Method (DataGridColumn)

C1.WPF.DataGrid Namespace > DataGridColumn Class : GetCellValue Method
The row used to determine the cell.
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 System.Object
public virtual System.object GetCellValue( 
   DataGridRow Row
)

Parameters

Row
The row used to determine the cell.
See Also

Reference

DataGridColumn Class
DataGridColumn Members