XmlMappedRange.ListNames 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.
Pastes a list of all displayed names onto the worksheet, beginning with the XmlMappedRange 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.