You are here

private static property PHPExcel_Worksheet_SheetView::$_sheetViewTypes in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/SheetView.php \PHPExcel_Worksheet_SheetView::_sheetViewTypes

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/SheetView.php, line 44

Class

PHPExcel_Worksheet_SheetView
PHPExcel_Worksheet_SheetView

Code

private static $_sheetViewTypes = array(
  self::SHEETVIEW_NORMAL,
  self::SHEETVIEW_PAGE_LAYOUT,
  self::SHEETVIEW_PAGE_BREAK_PREVIEW,
);