Spread for ASP.NET 12 Product Documentation
CompletionInterval Property


FarPoint.Web.Spread.Extender Assembly > FarPoint.Web.Spread.Extender Namespace > AutoCompleteCellType Class : CompletionInterval Property
Gets or sets the time, in milliseconds, before the timer kicks in to provide suggestions for completion using the Web service.
Syntax
'Declaration
 
Public Property CompletionInterval As Integer
'Usage
 
Dim instance As AutoCompleteCellType
Dim value As Integer
 
instance.CompletionInterval = value
 
value = instance.CompletionInterval
public int CompletionInterval {get; set;}
See Also

Reference

AutoCompleteCellType Class
AutoCompleteCellType Members