You are here

public function PHPExcel_Worksheet_HeaderFooterDrawing::getWidth in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/HeaderFooterDrawing.php \PHPExcel_Worksheet_HeaderFooterDrawing::getWidth()

Get Width

Return value

int

Overrides PHPExcel_Worksheet_BaseDrawing::getWidth

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/HeaderFooterDrawing.php, line 167

Class

PHPExcel_Worksheet_HeaderFooterDrawing
PHPExcel_Worksheet_HeaderFooterDrawing

Code

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