Spread for ASP.NET 11 Product Documentation
FilterInterval Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > FilteredTextCellType Class : FilterInterval Property
Gets or sets the filter interval, in milliseconds, in which the field's contents are filtered.
Syntax
'Declaration
 
Public Property FilterInterval As Integer
'Usage
 
Dim instance As FilteredTextCellType
Dim value As Integer
 
instance.FilterInterval = value
 
value = instance.FilterInterval
public int FilterInterval {get; set;}

Property Value

Integer number of milliseconds
See Also

Reference

FilteredTextCellType Class
FilteredTextCellType Members