[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.FunctionResolver.MatchIntelliSense

MatchIntelliSense Method

MatchIntelliSense(string, string)

Determines whether the specified text matches the given IntelliSense prefix using the matching rules defined by the calculation engine.

Declaration
protected bool MatchIntelliSense(string text, string prefix)
Protected Function MatchIntelliSense(text As String, prefix As String) As Boolean
Parameters
Type Name Description
string text

The text to evaluate against the IntelliSense prefix.

string prefix

The prefix to match within the specified text, typically representing a partial user input for IntelliSense suggestions.

Returns
Type Description
bool

true if the text matches the prefix according to IntelliSense matching rules; otherwise, false.