name property

String? name
getter/setter pair

The name of the NamedRange.

Names do not need to be unique. Names must be at least 1 character and no more than 256 characters, measured in UTF-16 code units.

Implementation

core.String? name;