WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridBoundRow Class / Refresh Method / Refresh(GridRowColType,Int32) Method
The type of column to refresh
The index of the column to refresh. If -1 is set all the cells will be refreshed.
In This Topic
    Refresh(GridRowColType,Int32) Method
    In This Topic
    Refresh the cells in the row.
    Syntax
    public void Refresh( 
       GridRowColType columnType,
       int column
    )

    Parameters

    columnType
    The type of column to refresh
    column
    The index of the column to refresh. If -1 is set all the cells will be refreshed.
    See Also