Table of Contents
Properties
-
$activePane
: string
-
$sheetViewAttributes
: SimpleXMLElement
-
$sheetViewXml
: SimpleXMLElement
-
$worksheet
: Worksheet
Methods
-
__construct()
: mixed
-
load()
: void
-
boolean()
: bool
-
direction()
: void
-
gridLines()
: void
-
headers()
: void
-
pane()
: void
-
selection()
: void
-
showZeros()
: void
-
topLeft()
: void
-
view()
: void
-
zoomScale()
: void
$activePane
private
string
$activePane
= ''
$sheetViewAttributes
private
SimpleXMLElement
$sheetViewAttributes
$sheetViewXml
private
SimpleXMLElement
$sheetViewXml
$worksheet
private
Worksheet
$worksheet
__construct()
public
__construct(SimpleXMLElement $sheetViewXml, Worksheet $workSheet) : mixed
Parameters
-
$sheetViewXml
: SimpleXMLElement
-
-
$workSheet
: Worksheet
-
load()
public
load() : void
boolean()
protected
static boolean(mixed $value) : bool
Parameters
-
$value
: mixed
-
direction()
private
direction() : void
gridLines()
private
gridLines() : void
private
headers() : void
pane()
private
pane() : void
selection()
private
selection(SimpleXMLElement|null $selection, bool $usesPanes) : void
Parameters
-
$selection
: SimpleXMLElement|null
-
-
$usesPanes
: bool
-
showZeros()
private
showZeros() : void
topLeft()
private
topLeft() : void
view()
private
view() : void
zoomScale()
private
zoomScale() : void