Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / IntelliSenseItems Class / Prefix Property


In This Topic
    Prefix Property
    In This Topic
    Gets the prefix text of the intellisense list.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Prefix As String
    'Usage
     
    
    Dim instance As IntelliSenseItems
    Dim value As String
     
    value = instance.Prefix
    public string Prefix {get;}
    See Also