Documentation

RowRange
in package
implements AddressRange, Stringable

Tags
implements

AddressRange

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

Properties

Methods

__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
Return values
string

from()

public from() : T
Return values
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
Return values
self

rowCount()

public rowCount() : int
Return values
int

shiftLeft()

public shiftLeft([int $offset = 1 ]) : self
Parameters
$offset : int = 1
Return values
self

shiftRight()

public shiftRight([int $offset = 1 ]) : self
Parameters
$offset : int = 1
Return values
self

validateFromTo()

private validateFromTo(int $from, int $to) : void
Parameters
$from : int
$to : int

        
On this page

Search results