ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / RowWithDetails Class / Clear Method
ClearFlags value specifying which elements of the row should be cleared.

In This Topic
    Clear Method (RowWithDetails)
    In This Topic
    Clears this row.
    Syntax
    'Declaration
     
    Public Overridable Sub Clear( _
       ByVal clearFlags As ClearFlags _
    ) 
    public virtual void Clear( 
       ClearFlags clearFlags
    )

    Parameters

    clearFlags
    ClearFlags value specifying which elements of the row should be cleared.
    Remarks
    Use this method to reset row properties to their default values (height, visibility, style, user data, etc.).
    See Also