You are here

public function PHPExcel_Worksheet_BaseDrawing::getWidth in Loft Data Grids 7.2

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

Get Width

Return value

int

1 method overrides PHPExcel_Worksheet_BaseDrawing::getWidth()
PHPExcel_Worksheet_HeaderFooterDrawing::getWidth in vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/HeaderFooterDrawing.php
Get Width

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/BaseDrawing.php, line 311

Class

PHPExcel_Worksheet_BaseDrawing
PHPExcel_Worksheet_BaseDrawing

Code

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