You are here

public function PHPExcel_Worksheet_ColumnDimension::getWidth in Loft Data Grids 6.2

Same name and namespace in other branches
  1. 7.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/ColumnDimension.php \PHPExcel_Worksheet_ColumnDimension::getWidth()

Get Width

Return value

double

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/ColumnDimension.php, line 128

Class

PHPExcel_Worksheet_ColumnDimension
PHPExcel_Worksheet_ColumnDimension

Code

public function getWidth() {
  return $this->_width;
}