You are here

public function PHPExcel_Shared_JAMA_Matrix::getRowDimension 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::getRowDimension()

* getRowDimension * *

Return value

int Row dimension

File

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

Class

PHPExcel_Shared_JAMA_Matrix

Code

public function getRowDimension() {
  return $this->m;
}