You are here

public function PHPExcel_Worksheet_RowDimension::setRowIndex in Loft Data Grids 7.2

Same name and namespace in other branches
  1. 6.2 vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/RowDimension.php \PHPExcel_Worksheet_RowDimension::setRowIndex()

Set Row Index

Parameters

int $pValue:

Return value

PHPExcel_Worksheet_RowDimension

File

vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet/RowDimension.php, line 118

Class

PHPExcel_Worksheet_RowDimension
PHPExcel_Worksheet_RowDimension

Code

public function setRowIndex($pValue) {
  $this->_rowIndex = $pValue;
  return $this;
}