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


In This Topic
    Create(IWorksheet,Object,String,IntelliSenseItems,Boolean,Boolean,Boolean) Method
    In This Topic
    Creates a new instance of the IntelliSenseItems object.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function Create( _
       ByVal workshet As IWorksheet, _
       ByVal cellValue As Object, _
       ByVal prefix As String, _
       ByVal current As IntelliSenseItems, _
       Optional ByVal includeFunc As Boolean, _
       Optional ByVal includeTable As Boolean, _
       Optional ByVal includeDefineName As Boolean _
    ) As IntelliSenseItems
    'Usage
     
    
    Dim workshet As IWorksheet
    Dim cellValue As Object
    Dim prefix As String
    Dim current As IntelliSenseItems
    Dim includeFunc As Boolean
    Dim includeTable As Boolean
    Dim includeDefineName As Boolean
    Dim value As IntelliSenseItems
     
    value = IntelliSenseItems.Create(workshet, cellValue, prefix, current, includeFunc, includeTable, includeDefineName)

    Parameters

    workshet
    cellValue
    prefix
    current
    includeFunc
    includeTable
    includeDefineName
    See Also