TYPE_NONE
TYPE_NONE = 'none'
PHPExcel_Cell_DataValidation
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
setFormula1(string $value = '') : \PHPExcel_Cell_DataValidation
Set Formula 1
string | $value |
setFormula2(string $value = '') : \PHPExcel_Cell_DataValidation
Set Formula 2
string | $value |
setType(string $value = \PHPExcel_Cell_DataValidation::TYPE_NONE) : \PHPExcel_Cell_DataValidation
Set Type
string | $value |
setErrorStyle(string $value = \PHPExcel_Cell_DataValidation::STYLE_STOP) : \PHPExcel_Cell_DataValidation
Set Error style
string | $value |
setOperator(string $value = '') : \PHPExcel_Cell_DataValidation
Set Operator
string | $value |
setAllowBlank(boolean $value = false) : \PHPExcel_Cell_DataValidation
Set Allow Blank
boolean | $value |
setShowDropDown(boolean $value = false) : \PHPExcel_Cell_DataValidation
Set Show DropDown
boolean | $value |
setShowInputMessage(boolean $value = false) : \PHPExcel_Cell_DataValidation
Set Show InputMessage
boolean | $value |
setShowErrorMessage(boolean $value = false) : \PHPExcel_Cell_DataValidation
Set Show ErrorMessage
boolean | $value |
setErrorTitle(string $value = '') : \PHPExcel_Cell_DataValidation
Set Error title
string | $value |
setError(string $value = '') : \PHPExcel_Cell_DataValidation
Set Error
string | $value |
setPromptTitle(string $value = '') : \PHPExcel_Cell_DataValidation
Set Prompt title
string | $value |
setPrompt(string $value = '') : \PHPExcel_Cell_DataValidation
Set Prompt
string | $value |