Spread for ASP.NET 10 Product Documentation
ResetIfNoFilteredRow Property (IRowFilterSlim)
Example 


Gets or sets a value which indicates that the filtered row list will be reset if there is no filtered row.
Syntax
'Declaration
 
Property ResetIfNoFilteredRow As Boolean
'Usage
 
Dim instance As IRowFilterSlim
Dim value As Boolean
 
instance.ResetIfNoFilteredRow = value
 
value = instance.ResetIfNoFilteredRow
bool ResetIfNoFilteredRow {get; set;}
Remarks
If the filtered row list is empty, the filter is reset, and Spread does not display the rows. If the ResetIfNoFilteredRow property is set to false, the rows are displayed.
Example
This example uses the ResetIfNoFilteredRow property.
((IRowFilterSlim)sheetView.RowFilter).ResetIfNoFilteredRow = true;
DirectCast(sheetView.RowFilter, IRowFilterSlim).ResetIfNoFilteredRow = True
Requirements

Target Platforms: Windows 7, Windows 8, Windows 10, Windows Vista, Windows Server 2003, Windows Server 2008, Windows Server 2012, Windows XP Professional

See Also

Reference

IRowFilterSlim Interface
IRowFilterSlim Members

 

 


Copyright © GrapeCity, inc. All rights reserved.