AUTOFILTER_RULETYPE_FILTER
AUTOFILTER_RULETYPE_FILTER = 'filter'
$parent : \PhpOffice\PhpSpreadsheet\Worksheet\AutoFilter\Column
Autofilter Column.
__construct(\PhpOffice\PhpSpreadsheet\Worksheet\AutoFilter\Column $pParent = null)
Create a new Rule.
\PhpOffice\PhpSpreadsheet\Worksheet\AutoFilter\Column | $pParent |
setRuleType(string $pRuleType) : \PhpOffice\PhpSpreadsheet\Worksheet\AutoFilter\Column\Rule
Set AutoFilter Rule Type.
string | $pRuleType | see self::AUTOFILTERRULETYPE* |
setValue(string|array<mixed,string> $pValue) : \PhpOffice\PhpSpreadsheet\Worksheet\AutoFilter\Column\Rule
Set AutoFilter Rule Value.
string|array<mixed,string> | $pValue |
setOperator(string $pOperator) : \PhpOffice\PhpSpreadsheet\Worksheet\AutoFilter\Column\Rule
Set AutoFilter Rule Operator.
string | $pOperator | see self::AUTOFILTER_COLUMNRULE* |
setGrouping(string $pGrouping) : \PhpOffice\PhpSpreadsheet\Worksheet\AutoFilter\Column\Rule
Set AutoFilter Rule Grouping.
string | $pGrouping |
setRule(string $pOperator, string|array<mixed,string> $pValue, string $pGrouping = null) : \PhpOffice\PhpSpreadsheet\Worksheet\AutoFilter\Column\Rule
Set AutoFilter Rule.
string | $pOperator | see self::AUTOFILTER_COLUMNRULE* |
string|array<mixed,string> | $pValue | |
string | $pGrouping |
getParent() : \PhpOffice\PhpSpreadsheet\Worksheet\AutoFilter\Column
Get this Rule's AutoFilter Column Parent.
setParent(\PhpOffice\PhpSpreadsheet\Worksheet\AutoFilter\Column $pParent = null) : \PhpOffice\PhpSpreadsheet\Worksheet\AutoFilter\Column\Rule
Set this Rule's AutoFilter Column Parent.
\PhpOffice\PhpSpreadsheet\Worksheet\AutoFilter\Column | $pParent |