Range.AutoComplete(String) Method

Definition

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.

Applies to