FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid.Classic Namespace / C1FlexGridClassic Class / set_Cell Method / set_Cell(CellPropertySettings,Int32,Int32,Object) Method

In This Topic
    set_Cell(CellPropertySettings,Int32,Int32,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub set_Cell( _
       ByVal setting As CellPropertySettings, _
       ByVal row As Integer, _
       ByVal col As Integer, _
       ByVal newVal As Object _
    ) 
    public void set_Cell( 
       CellPropertySettings setting,
       int row,
       int col,
       object newVal
    )

    Parameters

    setting
    row
    col
    newVal
    See Also