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

Parameters

cellType
The type of cell.
row
The row that determines the cell.
value
The value to be set.
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