public function PHPExcel_Cell_DataValidation::getShowInputMessage in Loft Data Grids 7.2
Same name and namespace in other branches
- 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell/DataValidation.php \PHPExcel_Cell_DataValidation::getShowInputMessage()
Get Show InputMessage
Return value
boolean
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Cell/ DataValidation.php, line 320
Class
- PHPExcel_Cell_DataValidation
- PHPExcel_Cell_DataValidation
Code
public function getShowInputMessage() {
return $this->_showInputMessage;
}