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

In This Topic
    set_Cell(CellPropertySettings,Int32,Int32,Int32,Int32,Object) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads Sub set_Cell( _
       ByVal setting As CellPropertySettings, _
       ByVal row1 As Integer, _
       ByVal col1 As Integer, _
       ByVal row2 As Integer, _
       ByVal col2 As Integer, _
       ByVal newVal As Object _
    ) 

    Parameters

    setting
    row1
    col1
    row2
    col2
    newVal
    See Also