Visual Basic (Declaration) | |
---|---|
Public Property ResetIfNoFilteredRow As Boolean |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As FpSpread Dim value As Boolean instance.ResetIfNoFilteredRow = value value = instance.ResetIfNoFilteredRow |
C# | |
---|---|
public bool ResetIfNoFilteredRow {get; set;} |
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.
This example resets the filtered row list if no items meet the filter criteria.
C# | Copy Code |
---|---|
FpSpread1.ActiveSheetView.AutoFilterMode = FarPoint.Web.Spread.AutoFilterMode.FilterBar; FpSpread1.ResetIfNoFilteredRow = True; |
VB.NET | Copy Code |
---|---|
FpSpread1.ActiveSheetView.AutoFilterMode = FarPoint.Web.Spread.AutoFilterMode.FilterBar
FpSpread1.ResetIfNoFilteredRow = True |
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