You are here

public function PHPExcel_Shared_JAMA_Matrix::getColumnDimension in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/JAMA/Matrix.php \PHPExcel_Shared_JAMA_Matrix::getColumnDimension()

* getColumnDimension * *

Return value

int Column dimension

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Shared/JAMA/Matrix.php, line 143

Class

PHPExcel_Shared_JAMA_Matrix

Code

public function getColumnDimension() {
  return $this->n;
}