\PHPExcel_Worksheet_Column

PHPExcel_Worksheet_Column

Represents a column in PHPExcel_Worksheet, used by PHPExcel_Worksheet_ColumnIterator

Summary

Methods
Properties
Constants
__construct()
__destruct()
getColumnIndex()
getCellIterator()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$_parent
$_columnIndex
N/A

Properties

$_columnIndex

$_columnIndex : string

Column index

Type

string

Methods

__construct()

__construct(\PHPExcel_Worksheet  $parent = null, string  $columnIndex = 'A') 

Create a new column

Parameters

\PHPExcel_Worksheet $parent
string $columnIndex

__destruct()

__destruct() 

Destructor

getColumnIndex()

getColumnIndex() : integer

Get column index

Returns

integer

getCellIterator()

getCellIterator(integer  $startRow = 1, integer  $endRow = null) : \PHPExcel_Worksheet_CellIterator

Get cell iterator

Parameters

integer $startRow

The row number at which to start iterating

integer $endRow

Optionally, the row number at which to stop iterating

Returns

\PHPExcel_Worksheet_CellIterator