Table of Contents
Properties
-
$activeCell
: string
-
$position
: string
-
$sqref
: string
Methods
-
__construct()
: mixed
-
getActiveCell()
: string
-
getPosition()
: string
-
getSqref()
: string
-
setActiveCell()
: self
-
setSqref()
: self
$activeCell
private
string
$activeCell
$position
private
string
$position
$sqref
private
string
$sqref
__construct()
public
__construct(string $position[, string $sqref = '' ][, string $activeCell = '' ]) : mixed
Parameters
-
$position
: string
-
-
$sqref
: string
= ''
-
-
$activeCell
: string
= ''
-
getActiveCell()
public
getActiveCell() : string
getPosition()
public
getPosition() : string
getSqref()
public
getSqref() : string
setActiveCell()
public
setActiveCell(string $activeCell) : self
Parameters
-
$activeCell
: string
-
setSqref()
public
setSqref(string $sqref) : self
Parameters
-
$sqref
: string
-