Spread for ASP.NET 7.0 Product Documentation
ResetIfNoFilteredRow Property
See Also  Example Support Options
FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > IRowFilterSlim Interface : ResetIfNoFilteredRow Property


Glossary Item Box

Gets or sets a value which indicates that the filtered row list will be reset if there is no filtered row.

Syntax

Visual Basic (Declaration) 
Property ResetIfNoFilteredRow As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IRowFilterSlim
Dim value As Boolean
 
instance.ResetIfNoFilteredRow = value
 
value = instance.ResetIfNoFilteredRow
C# 
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.
C#Copy Code
((IRowFilterSlim)sheetView.RowFilter).ResetIfNoFilteredRow = true;
VB.NETCopy Code
DirectCast(sheetView.RowFilter, IRowFilterSlim).ResetIfNoFilteredRow = True

Requirements

Target Platforms: Windows 7, Windows 8, Windows Vista, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

© 2002-2014 ComponentOne, a division of GrapeCity. All Rights Reserved.