Xuni Product Documentation - Xamarin.Forms
GetCellValue Method (GridColumn)
The type of cell.
The row that determines the cell.
Gets the value corresponding to the cell in the intersection of the specified row and this column.
Syntax
public virtual object GetCellValue( 
   GridCellType cellType,
   GridRow row
)

Parameters

cellType
The type of cell.
row
The row that determines the cell.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridColumn Class
GridColumn Members