Spread ASP.NET 17
FarPoint.Web.Spread.Extender Assembly / FarPoint.Web.Spread.Extender Namespace / AutoCompleteCellType Class / CompletionInterval Property
Example


In This Topic
    CompletionInterval Property
    In This Topic
    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;}

    Property Value

    Integer number of milliseconds in the timer interval
    Remarks
    The units of time for the completion interval is milliseconds.
    Example
    This example uses a Web service for an automatic completion cell.
    See Also