AUTOFILTER_FILTERTYPE_FILTER
AUTOFILTER_FILTERTYPE_FILTER = 'filters'
PHPExcel_Worksheet_AutoFilter_Column
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
$parent : \PHPExcel_Worksheet_AutoFilter
Autofilter
__construct( $pColumn, \PHPExcel_Worksheet_AutoFilter $pParent = null)
Create a new PHPExcel_Worksheet_AutoFilter_Column
@param string $pColumn Column (e.g. A)
$pColumn | ||
\PHPExcel_Worksheet_AutoFilter | $pParent | Autofilter for this column |
getParent() : \PHPExcel_Worksheet_AutoFilter
Get this Column's AutoFilter Parent
setParent(\PHPExcel_Worksheet_AutoFilter $pParent = null) : \PHPExcel_Worksheet_AutoFilter_Column
Set this Column's AutoFilter Parent
\PHPExcel_Worksheet_AutoFilter | $pParent |
getRule(integer $pIndex) : \PHPExcel_Worksheet_AutoFilter_Column_Rule
Get a specified AutoFilter Column Rule
integer | $pIndex | Rule index in the ruleset array |
createRule() : \PHPExcel_Worksheet_AutoFilter_Column_Rule
Create a new AutoFilter Column Rule in the ruleset
addRule(\PHPExcel_Worksheet_AutoFilter_Column_Rule $pRule, boolean $returnRule = true) : \PHPExcel_Worksheet_AutoFilter_Column|\PHPExcel_Worksheet_AutoFilter_Column_Rule
Add a new AutoFilter Column Rule to the ruleset
\PHPExcel_Worksheet_AutoFilter_Column_Rule | $pRule | |
boolean | $returnRule | Flag indicating whether the rule object or the column object should be returned |
deleteRule(integer $pIndex) : \PHPExcel_Worksheet_AutoFilter_Column
Delete a specified AutoFilter Column Rule If the number of rules is reduced to 1, then we reset And/Or logic to Or
integer | $pIndex | Rule index in the ruleset array |
clearRules() : \PHPExcel_Worksheet_AutoFilter_Column
Delete all AutoFilter Column Rules