'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.
'Declaration
Public Overridable Function GetCellValue( _ ByVal Row As DataGridRow _ ) As Object
public virtual object GetCellValue( DataGridRow Row )