FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / Row Class / Clear Method
ClearFlags value specifying which elements of the row should be cleared.

In This Topic
    Clear Method (Row)
    In This Topic
    Clears this row.
    Syntax
    'Declaration
     
    
    Public Overrides Sub Clear( _
       ByVal clearFlags As ClearFlags _
    ) 
    public override 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