NamedRange.ListNames Method

Definition

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

public:
 System::Object ^ ListNames();
public object ListNames ();
abstract member ListNames : unit -> obj
Public Function ListNames () As Object

Returns

Remarks

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

Applies to