-
implements
-
Table of Contents
Interfaces
- AddressRange
- Stringable
Properties
-
$from
: int
-
$to
: int
-
$worksheet
: Worksheet|null
Methods
-
__construct()
: mixed
-
__destruct()
: mixed
-
__toString()
: string
-
from()
: T
-
fromArray()
: self
-
rowCount()
: int
-
shiftLeft()
: self
-
shiftRight()
: self
-
to()
: T
-
toCellRange()
: CellRange
-
validateFromTo()
: void
$from
protected
int
$from
$to
protected
int
$to
$worksheet
protected
Worksheet|null
$worksheet
__construct()
public
__construct(int $from[, int|null $to = null ][, Worksheet|null $worksheet = null ]) : mixed
Parameters
-
$from
: int
-
-
$to
: int|null
= null
-
-
$worksheet
: Worksheet|null
= null
-
__destruct()
public
__destruct() : mixed
__toString()
public
__toString() : string
from()
public
from() : T
fromArray()
public
static fromArray(array<string|int, mixed> $array[, Worksheet|null $worksheet = null ]) : self
Parameters
-
$array
: array<string|int, mixed>
-
-
$worksheet
: Worksheet|null
= null
-
rowCount()
public
rowCount() : int
shiftLeft()
public
shiftLeft([int $offset = 1 ]) : self
Parameters
-
$offset
: int
= 1
-
shiftRight()
public
shiftRight([int $offset = 1 ]) : self
Parameters
-
$offset
: int
= 1
-
to()
public
to() : T
toCellRange()
public
toCellRange() : CellRange
validateFromTo()
private
validateFromTo(int $from, int $to) : void
Parameters
-
$from
: int
-
-
$to
: int
-