Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / DefaultSheetStyleModel Class / ClearFilterRowFormats Method


In This Topic
    ClearFilterRowFormats Method (DefaultSheetStyleModel)
    In This Topic
    Removes all of the formats for the filtered row in the model.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ClearFilterRowFormats() 
    'Usage
     
    
    Dim instance As DefaultSheetStyleModel
     
    instance.ClearFilterRowFormats()
    public virtual void ClearFilterRowFormats()
    See Also