Differences Between: [Versions 311 and 400] [Versions 400 and 401] [Versions 400 and 402] [Versions 400 and 403]
(no description)
File Size: | 272 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
DefinedName:: (16 methods):
__construct()
createInstance()
testIfFormula()
getName()
setName()
getWorksheet()
setWorksheet()
getValue()
setValue()
getLocalOnly()
setLocalOnly()
getScope()
setScope()
isFormula()
resolveName()
__clone()
Class: DefinedName - X-Ref
__construct(string $name,?Worksheet $worksheet = null,?string $value = null,bool $localOnly = false,?Worksheet $scope = null) X-Ref |
Create a new Defined Name. |
createInstance(string $name,?Worksheet $worksheet = null,?string $value = null,bool $localOnly = false,?Worksheet $scope = null) X-Ref |
Create a new defined name, either a range or a formula. |
testIfFormula(string $value) X-Ref |
No description |
getName() X-Ref |
Get name. |
setName(string $name) X-Ref |
Set name. |
getWorksheet() X-Ref |
Get worksheet. |
setWorksheet(?Worksheet $worksheet) X-Ref |
Set worksheet. |
getValue() X-Ref |
Get range or formula value. |
setValue(string $value) X-Ref |
Set range or formula value. |
getLocalOnly() X-Ref |
Get localOnly. |
setLocalOnly(bool $localScope) X-Ref |
Set localOnly. |
getScope() X-Ref |
Get scope. |
setScope(?Worksheet $worksheet) X-Ref |
Set scope. |
isFormula() X-Ref |
Identify whether this is a named range or a named formula. |
resolveName(string $definedName, Worksheet $worksheet, string $sheetName = '') X-Ref |
Resolve a named range to a regular cell range or formula. |
__clone() X-Ref |
Implement PHP __clone to create a deep clone, not just a shallow copy. |