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


In This Topic
    CompletionSetCount Property
    In This Topic
    Gets or sets the number of suggestions for completion.
    Syntax
    'Declaration
     
    
    Public Property CompletionSetCount As Integer
    'Usage
     
    
    Dim instance As AutoCompleteCellType
    Dim value As Integer
     
    instance.CompletionSetCount = value
     
    value = instance.CompletionSetCount
    public int CompletionSetCount {get; set;}

    Property Value

    Integer number of suggestions
    Example
    This example uses a Web service for an automatic completion cell.
    See Also