NamedRange::Name Property

 

Gets or sets a Name object for the NamedRange control.

Namespace:   Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

property Object^ Name {
	Object^ get();
	void set(Object^ value);
}

Property Value

Type: System::Object^

A Name object for the NamedRange control.

The following code example creates a NamedRange and then displays the name in a message.

This example is for a document-level customization.

No code example is currently available or this language may not be supported.
Return to top
Show: