WinUI | ComponentOne
C1.WinUI.Grid Assembly / C1.WinUI.Grid Namespace / GridImageColumn Class / Refresh Method / Refresh(GridRowColType,Int32) Method
The type of row to refresh
The index of the row 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 column.
    Syntax
    public void Refresh( 
       GridRowColType rowType,
       int row
    )

    Parameters

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