Xamarin.iOS Documentation | ComponentOne
C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellFactory Class / SetCellValue(GridCellType,GridCellRange,Object) Method
Type of the cell.
The range.
The value to be set in the cell.


In This Topic
    SetCellValue(GridCellType,GridCellRange,Object) Method
    In This Topic
    Sets the value of a specified cell.
    Syntax
    'Declaration
     
    
    Public Overrides Sub SetCellValue( _
       ByVal cellType As GridCellType, _
       ByVal range As GridCellRange, _
       ByVal value As Object _
    ) 
    'Usage
     
    
    Dim instance As GridCellFactory
    Dim cellType As GridCellType
    Dim range As GridCellRange
    Dim value As Object
     
    instance.SetCellValue(cellType, range, value)
    public override void SetCellValue( 
       GridCellType cellType,
       GridCellRange range,
       object value
    )

    Parameters

    cellType
    Type of the cell.
    range
    The range.
    value
    The value to be set in the cell.
    See Also