\Samples\Sample10MyReadFilter

Summary

Methods
Properties
Constants
__construct()
readCell()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$startRow
$endRow
$columns
N/A

Properties

$startRow

$startRow : 

Type

$endRow

$endRow : 

Type

$columns

$columns : 

Type

Methods

__construct()

__construct(  $startRow,   $endRow,   $columns) 

Parameters

$startRow
$endRow
$columns

readCell()

readCell(string  $column, integer  $row, string  $worksheetName = '') : boolean

Should this cell be read?

Parameters

string $column

Column address (as a string value like "A", or "IV")

integer $row

Row number

string $worksheetName

Optional worksheet name

Returns

boolean