Range.AutoComplete(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an AutoComplete match from the list.
public:
System::String ^ AutoComplete(System::String ^ String);
public string AutoComplete (string String);
Parameters
- String
- String
Required String. The string to complete.
Returns
Remarks
If there’s no AutoComplete match or if more than one entry in the list matches the string to complete, this method returns an empty string.
This method works even if the AutoComplete feature is disabled.