Sets the name of the named range.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
Java
![]() |
---|
public void setName ( |
The name of a named range must be unique (ignoring case) amongst all named ranges in a Workbook. It must not be a valid cell or cell range reference (for example, A1). It needs to be a proper identifier, that is, it must start with a letter and contain only letters, numbers and underscore characters. Lastly, the name must not coincide with the built-in identifiers 'true' and 'false'. If any of these requirements are violated, an exception will be thrown.
JSpreadsheet Programmer's Guide | © 2024 MindFusion |