Spread for ASP.NET 12 Product Documentation
ResetIfNoFilteredRow Property (FpSpread)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > FpSpread Class : ResetIfNoFilteredRow Property
Gets or sets a value that indicates whether the filtered row list will be reset if there is no filtered row. Set this property to False to be compatible with version 6 or earlier.
Syntax
'Declaration
 
Public Property ResetIfNoFilteredRow As Boolean
'Usage
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.ResetIfNoFilteredRow = value
 
value = instance.ResetIfNoFilteredRow
public bool ResetIfNoFilteredRow {get; set;}
See Also

Reference

FpSpread Class
FpSpread Members