Class Cell

Description

An adapter to an Excel.Range-like object.

Located in /PhpMyCodeGenerator/PHPExcelToExcel/Cell.php (line 13)


	
			
Variable Summary
int $Column
int $Row
string $Value
Method Summary
Cell __construct (int $row, int $column, string $value, Worksheet $worksheet)
Cell SpecialCells (int $type)
void __toString ()
Variables
int $Column (line 24)

The column number of the cell.

  • access: public
int $Row (line 18)

The row number of the cell.

  • access: public
string $Value (line 30)

The value of the cell.

  • access: public
Methods
Constructor __construct (line 45)

Constructor

Cell __construct (int $row, int $column, string $value, Worksheet $worksheet)
  • int $row: The row number of the cell.
  • int $column: The column number of the cell.
  • string $value: The value of the cell.
  • Worksheet $worksheet: The parent worksheet object.
SpecialCells (line 65)

Return an Excel.Range-like object for the last cell.

  • return: An Excel.Range-like object.
Cell SpecialCells (int $type)
  • int $type: The cell type. Only support 11 (xlCellTypeLastCell).
__toString (line 56)
void __toString ()

Documentation generated on Sun, 01 Mar 2015 08:43:48 +0000 by phpDocumentor 1.4.3