Value property

This property returns or sets a string value 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 getValue()
public void setValue( String value )

See examples

Example: Value property