NamedRange::RefersToRange Property

 

Gets the Microsoft.Office.Interop.Excel::Range referred to by a NamedRange control.

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

property Range^ RefersToRange {
	Range^ get();
}

Use the RefersTo property to change the range that a NamedRange control refers to.

The following code example starts a series of day names and then creates a NamedRange to contain the series. It then uses the AutoFill method to complete the series. AutoFill requires a Microsoft.Office.Interop.Excel::Range as a parameter.

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: