FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridSkeletonLoadingCellFactory Class / RevertCell Method
The range.
The cell.

In This Topic
    RevertCell Method (GridSkeletonLoadingCellFactory)
    In This Topic
    Reverts the style of a cell to be used again.
    Syntax
    'Declaration
     
    Public Overridable Sub RevertCell( _
       ByVal range As GridControlRange, _
       ByVal cell As GridControlCellView _
    ) 
    public virtual void RevertCell( 
       GridControlRange range,
       GridControlCellView cell
    )

    Parameters

    range
    The range.
    cell
    The cell.
    See Also