\PhpOffice\PhpSpreadsheet\WorksheetColumn

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

__destruct()

__destruct() 

Destructor.

getColumnIndex()

getColumnIndex() : string

Get column index.

Returns

string

getCellIterator()

getCellIterator(integer  $startRow = 1, integer  $endRow = null) : \PhpOffice\PhpSpreadsheet\Worksheet\ColumnCellIterator

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

\PhpOffice\PhpSpreadsheet\Worksheet\ColumnCellIterator