(no description)
File Size: | 270 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
SheetView:: (21 methods):
setShowFormulas()
setShowGridLines()
setShowRowColHeaders()
setShowZeroes()
setRightToLeft()
setTabSelected()
setShowOutlineSymbols()
setDefaultGridColor()
setView()
setTopLeftCell()
setColorId()
setZoomScale()
setZoomScaleNormal()
setZoomScalePageLayoutView()
setWorkbookViewId()
setFreezeRow()
setFreezeColumn()
getXml()
getSheetViewAttributes()
getFreezeCellPaneXml()
generateAttributes()
setShowFormulas(bool $showFormulas) X-Ref |
return: $this |
setShowGridLines(bool $showGridLines) X-Ref |
return: $this |
setShowRowColHeaders(bool $showRowColHeaders) X-Ref |
return: $this |
setShowZeroes(bool $showZeroes) X-Ref |
return: $this |
setRightToLeft(bool $rightToLeft) X-Ref |
return: $this |
setTabSelected(bool $tabSelected) X-Ref |
return: $this |
setShowOutlineSymbols(bool $showOutlineSymbols) X-Ref |
return: $this |
setDefaultGridColor(bool $defaultGridColor) X-Ref |
return: $this |
setView(string $view) X-Ref |
return: $this |
setTopLeftCell(string $topLeftCell) X-Ref |
return: $this |
setColorId(int $colorId) X-Ref |
return: $this |
setZoomScale(int $zoomScale) X-Ref |
return: $this |
setZoomScaleNormal(int $zoomScaleNormal) X-Ref |
return: $this |
setZoomScalePageLayoutView(int $zoomScalePageLayoutView) X-Ref |
return: $this |
setWorkbookViewId(int $workbookViewId) X-Ref |
return: $this |
setFreezeRow(int $freezeRow) X-Ref |
param: positive-int $freezeRow Set to 2 to fix the first row return: $this |
setFreezeColumn(string $freezeColumn) X-Ref |
param: string $freezeColumn Set to B to fix the first column return: $this |
getXml() X-Ref |
No description |
getSheetViewAttributes() X-Ref |
No description |
getFreezeCellPaneXml() X-Ref |
No description |
generateAttributes(array $data) X-Ref |
param: array<string, bool|int|string> $data with key containing the attribute name and value containing the attribute value |