Documentation

ColumnRange
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
columnCount()  : int
from()  : T
fromArray()  : self
fromColumnIndexes()  : self
fromIndex()  : int
shiftDown()  : self
shiftUp()  : self
to()  : T
toCellRange()  : CellRange
toIndex()  : int
validateFromTo()  : void

Properties

Methods

__construct()

public __construct(string $from[, string|null $to = null ][, Worksheet|null $worksheet = null ]) : mixed
Parameters
$from : string
$to : string|null = null
$worksheet : Worksheet|null = null

__toString()

public __toString() : string
Return values
string

columnCount()

public columnCount() : int
Return values
int

fromArray()

public static fromArray(array<string|int, int|string> $array[, Worksheet|null $worksheet = null ]) : self
Parameters
$array : array<string|int, int|string>
$worksheet : Worksheet|null = null
Return values
self

fromColumnIndexes()

public static fromColumnIndexes(int $from, int $to[, Worksheet|null $worksheet = null ]) : self
Parameters
$from : int
$to : int
$worksheet : Worksheet|null = null
Return values
self

fromIndex()

public fromIndex() : int
Return values
int

shiftDown()

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

shiftUp()

public shiftUp([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