Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.CalcEngine Namespace / IIntelliSenseFunction Interface / Overloads Property


In This Topic
    Overloads Property
    In This Topic
    Gets the total number of function overloads.
    Syntax
    'Declaration
     
    
    ReadOnly Property Overloads As Integer
    'Usage
     
    
    Dim instance As IIntelliSenseFunction
    Dim value As Integer
     
    value = instance.Overloads
    int Overloads {get;}
    See Also