[]
        
(Showing Draft Content)

C1.WinUI.Grid.FlexGrid.Refresh

Refresh Method

Refresh()

Recreates all the cells.

Declaration
public void Refresh()
Public Sub Refresh()

Refresh(GridCellType?, GridCellRange)

Refreshes the specified cells.

Declaration
public void Refresh(GridCellType? cellType = null, GridCellRange range = null)
Public Sub Refresh(Optional cellType As GridCellType? = Nothing, Optional range As GridCellRange = Nothing)
Parameters
Type Name Description
GridCellType? cellType

Type of the cell.

GridCellRange range

The range.