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


In This Topic
    IsFunctionArgumentOptions Property
    In This Topic
    Determines if the current IntelliSense is for function argument's options.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property IsFunctionArgumentOptions As Boolean
    'Usage
     
    
    Dim instance As IntelliSenseItems
    Dim value As Boolean
     
    value = instance.IsFunctionArgumentOptions
    public bool IsFunctionArgumentOptions {get;}
    See Also