PHPExcel_Style_Supervisor
category | PHPExcel |
---|---|
package | PHPExcel_Style |
copyright | Copyright (c) 2006 - 2013 PHPExcel (http://www.codeplex.com/PHPExcel) |
__clone()
__construct(boolean $isSupervisor)
boolean
Flag indicating if this is a supervisor or not Leave this value at default unless you understand exactly what its ramifications are
bindParent(\PHPExcel $parent, $parentPropertyName) : \PHPExcel_Style_Supervisor
getActiveCell() : string
Only used for supervisor
string
E.g. 'A1'getIsSupervisor() : boolean
boolean
getSelectedCells() : string
Only used for supervisor
string
E.g. 'A1'$_isSupervisor : boolean
$_parent : \PHPExcel_Style
Only used for supervisor