Class PHPExcel_Worksheet_AutoFilter_Column
PHPExcel_Worksheet_AutoFilter_Column
Package: PHPExcel\Worksheet
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Worksheet/AutoFilter/Column.php
Category: PHPExcel
Copyright: Copyright (c) 2006 - 2014 PHPExcel (http://www.codeplex.com/PHPExcel)
License: LGPL
Located at controlador/include/phpexcel/PHPExcel/Worksheet/AutoFilter/Column.php
string |
AUTOFILTER_FILTERTYPE_FILTER
|
#
'filters'
|
string |
AUTOFILTER_FILTERTYPE_CUSTOMFILTER
|
#
'customFilters'
|
string |
AUTOFILTER_FILTERTYPE_DYNAMICFILTER
|
#
'dynamicFilter'
|
string |
AUTOFILTER_FILTERTYPE_TOPTENFILTER
|
#
'top10'
|
string |
AUTOFILTER_COLUMN_JOIN_AND
|
#
'and'
|
string |
AUTOFILTER_COLUMN_JOIN_OR
|
#
'or'
|
private static
string[]
|
$_filterTypes
Types of autofilter rules |
#
array(
// Currently we're not handling
// colorFilter
// extLst
// iconFilter
self::AUTOFILTER_FILTERTYPE_FILTER,
self::AUTOFILTER_FILTERTYPE_CUSTOMFILTER,
self::AUTOFILTER_FILTERTYPE_DYNAMICFILTER,
self::AUTOFILTER_FILTERTYPE_TOPTENFILTER,
)
|
private static
string[]
|
$_ruleJoins
Join options for autofilter rules |
#
array(
self::AUTOFILTER_COLUMN_JOIN_AND,
self::AUTOFILTER_COLUMN_JOIN_OR,
)
|
private
|
$_parent
Autofilter |
#
NULL
|
private
string
|
$_columnIndex
Autofilter Column Index |
#
''
|
private
string
|
$_filterType
Autofilter Column Filter Type |
|
private
string
|
$_join
Autofilter Multiple Rules And/Or |
|
private
array
|
$_ruleset
Autofilter Column Rules |
#
array()
|
private
array
|
$_attributes
Autofilter Column Dynamic Attributes |
#
array()
|