Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFilteredRowSupport2 Interface / RemoveFilterRowFormats Method


In This Topic
    RemoveFilterRowFormats Method (IFilteredRowSupport2)
    In This Topic
    Removes the filtered row formats from the style model.
    Syntax
    'Declaration
     
    
    Sub RemoveFilterRowFormats( _
       ByVal rowIndex As Integer _
    ) 
    'Usage
     
    
    Dim instance As IFilteredRowSupport2
    Dim rowIndex As Integer
     
    instance.RemoveFilterRowFormats(rowIndex)
    void RemoveFilterRowFormats( 
       int rowIndex
    )

    Parameters

    rowIndex
    See Also