ComponentOne Xamarin Edition
GetCellValue(GridCellType,GridRow) Method
C1.Xamarin.Forms.Grid Assembly > C1.Xamarin.Forms.Grid Namespace > GridColumn Class > GetCellValue Method : GetCellValue(GridCellType,GridRow) Method
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.
See Also

Reference

GridColumn Class
GridColumn Members
Overload List