You are here

private static property PHPExcel_Worksheet_AutoFilter_Column_Rule::$_topTenValue in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/AutoFilter/Column/Rule.php \PHPExcel_Worksheet_AutoFilter_Column_Rule::_topTenValue

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/AutoFilter/Column/Rule.php, line 184

Class

PHPExcel_Worksheet_AutoFilter_Column_Rule
PHPExcel_Worksheet_AutoFilter_Column_Rule

Code

private static $_topTenValue = array(
  self::AUTOFILTER_COLUMN_RULE_TOPTEN_BY_VALUE,
  self::AUTOFILTER_COLUMN_RULE_TOPTEN_PERCENT,
);