[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/lib/phpexcel/PHPExcel/ -> NamedRange.php (summary)

(no description)

File Size: 249 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

PHPExcel_NamedRange:: (13 methods):
  __construct()
  getName()
  setName()
  getWorksheet()
  setWorksheet()
  getRange()
  setRange()
  getLocalOnly()
  setLocalOnly()
  getScope()
  setScope()
  resolveRange()
  __clone()


Class: PHPExcel_NamedRange  - X-Ref

PHPExcel_NamedRange

Copyright (c) 2006 - 2015 PHPExcel

This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2.1 of the License, or (at your option) any later version.

This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA

__construct($pName = null, PHPExcel_Worksheet $pWorksheet, $pRange = 'A1', $pLocalOnly = false, $pScope = null)   X-Ref
Create a new NamedRange

param: string $pName
param: PHPExcel_Worksheet $pWorksheet
param: string $pRange
param: bool $pLocalOnly
param: PHPExcel_Worksheet|null $pScope    Scope. Only applies when $pLocalOnly = true. Null for global scope.

getName()   X-Ref
Get name

return: string

setName($value = null)   X-Ref
Set name

param: string $value
return: PHPExcel_NamedRange

getWorksheet()   X-Ref
Get worksheet

return: PHPExcel_Worksheet

setWorksheet(PHPExcel_Worksheet $value = null)   X-Ref
Set worksheet

param: PHPExcel_Worksheet $value
return: PHPExcel_NamedRange

getRange()   X-Ref
Get range

return: string

setRange($value = null)   X-Ref
Set range

param: string $value
return: PHPExcel_NamedRange

getLocalOnly()   X-Ref
Get localOnly

return: bool

setLocalOnly($value = false)   X-Ref
Set localOnly

param: bool $value
return: PHPExcel_NamedRange

getScope()   X-Ref
Get scope

return: PHPExcel_Worksheet|null

setScope(PHPExcel_Worksheet $value = null)   X-Ref
Set scope

param: PHPExcel_Worksheet|null $value
return: PHPExcel_NamedRange

resolveRange($pNamedRange = '', PHPExcel_Worksheet $pSheet)   X-Ref
Resolve a named range to a regular cell range

param: string $pNamedRange Named range
param: PHPExcel_Worksheet|null $pSheet Scope. Use null for global scope
return: PHPExcel_NamedRange

__clone()   X-Ref
Implement PHP __clone to create a deep clone, not just a shallow copy.




Generated: Thu Aug 11 10:00:09 2016 Cross-referenced by PHPXref 0.7.1