RefersTo property

This property returns a string that represents the range that the named range refers to. The format of this property is: $SheetName.$StartColumn$StartRow:$EndColumn$EndRow. For example, $A.$A$1:$E$11 specifies the range (A1:E11) on sheet A.

Defined in

Name

Data type

String

Syntax

public String getRefersTo()

See examples

Example: RefersTo property