Range.ListNames Method

Definition

Pastes a list of all displayed names onto the worksheet, beginning with the first cell in the range.

public:
 System::Object ^ ListNames();
public object ListNames ();
Public Function ListNames () As Object

Returns

Remarks

Use the Names property to return a collection of all the names on a worksheet.

Applies to