Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / IntelliSenseItems Class / Create Method / Create(ITable,String,IntelliSenseItems) Method


In This Topic
    Create(ITable,String,IntelliSenseItems) Method
    In This Topic
    Creates a new instance of the IntelliSenseItems object.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Create( _
       ByVal table As ITable, _
       ByVal prefix As String, _
       ByVal current As IntelliSenseItems _
    ) As IntelliSenseItems
    'Usage
     
    
    Dim table As ITable
    Dim prefix As String
    Dim current As IntelliSenseItems
    Dim value As IntelliSenseItems
     
    value = IntelliSenseItems.Create(table, prefix, current)

    Parameters

    table
    prefix
    current
    See Also