$_name
$_name : string
Range name
PHPExcel_NamedRange
$_name : string
Range name
$_worksheet : \PHPExcel_Worksheet
Worksheet on which the named range can be resolved
$_range : string
Range of the referenced cells
$_localOnly : bool
Is the named range local? (i.e. can only be used on $this->_worksheet)
$_scope : \PHPExcel_Worksheet
Scope
__construct(string $pName = null, \PHPExcel_Worksheet $pWorksheet, string $pRange = 'A1', bool $pLocalOnly = false, \PHPExcel_Worksheet|null $pScope = null) : mixed
Create a new NamedRange
string | $pName | |
\PHPExcel_Worksheet | $pWorksheet | |
string | $pRange | |
bool | $pLocalOnly | |
\PHPExcel_Worksheet|null | $pScope | Scope. Only applies when $pLocalOnly = true. Null for global scope. |