'Declaration
Public Overloads Sub Refresh( _ Optional ByVal cellType As Nullable(Of GridCellType), _ Optional ByVal range As GridCellRange _ )
'Usage
Dim instance As GridBase Dim cellType As Nullable(Of GridCellType) Dim range As GridCellRange instance.Refresh(cellType, range)
public void Refresh( Nullable<GridCellType> cellType, GridCellRange range )
Parameters
- cellType
- range