public function PHPExcel_Cell::getColumn in Loft Data Grids 6.2
Same name and namespace in other branches
- 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Cell.php \PHPExcel_Cell::getColumn()
* Get cell coordinate column * *
Return value
string
1 call to PHPExcel_Cell::getColumn()
- PHPExcel_Cell::isInRange in vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Cell.php - * Is cell in a specific range? * *
File
- vendor/
phpoffice/ phpexcel/ Classes/ PHPExcel/ Cell.php, line 151
Class
- PHPExcel_Cell
- PHPExcel_Cell
Code
public function getColumn() {
return $this->_parent
->getCurrentColumn();
}