Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetStyleModel Class / RemoveFilterRowFormats Method


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

    Parameters

    rowIndex
    See Also