code
stringlengths
15
9.96M
docstring
stringlengths
1
10.1k
func_name
stringlengths
1
124
language
stringclasses
1 value
repo
stringlengths
7
63
path
stringlengths
6
186
url
stringlengths
50
236
license
stringclasses
4 values
public function getProtection() { return $this->getProperty("Protection", new WorkbookWorksheetProtection($this->getContext(), new ResourcePath("Protection", $this->getResourcePath()))); }
@return WorkbookWorksheetProtection
getProtection
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookWorksheet.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookWorksheet.php
MIT
public function getHeight() { if (!$this->isPropertyAvailable("Height")) { return null; } return $this->getProperty("Height"); }
@return double
getHeight
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChart.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChart.php
MIT
public function setHeight($value) { $this->setProperty("Height", $value, true); }
@var double
setHeight
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChart.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChart.php
MIT
public function getLeft() { if (!$this->isPropertyAvailable("Left")) { return null; } return $this->getProperty("Left"); }
@return double
getLeft
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChart.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChart.php
MIT
public function setLeft($value) { $this->setProperty("Left", $value, true); }
@var double
setLeft
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChart.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChart.php
MIT
public function getName() { if (!$this->isPropertyAvailable("Name")) { return null; } return $this->getProperty("Name"); }
@return string
getName
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChart.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChart.php
MIT
public function setName($value) { $this->setProperty("Name", $value, true); }
@var string
setName
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChart.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChart.php
MIT
public function getTop() { if (!$this->isPropertyAvailable("Top")) { return null; } return $this->getProperty("Top"); }
@return double
getTop
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChart.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChart.php
MIT
public function setTop($value) { $this->setProperty("Top", $value, true); }
@var double
setTop
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChart.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChart.php
MIT
public function getWidth() { if (!$this->isPropertyAvailable("Width")) { return null; } return $this->getProperty("Width"); }
@return double
getWidth
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChart.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChart.php
MIT
public function setWidth($value) { $this->setProperty("Width", $value, true); }
@var double
setWidth
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChart.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChart.php
MIT
public function getWorksheet() { if (!$this->isPropertyAvailable("Worksheet")) { $this->setProperty("Worksheet", new WorkbookWorksheet($this->getContext(), new ResourcePath("Worksheet", $this->getResourcePath()))); } return $this->getProperty("Worksheet"); }
@return WorkbookWorksheet
getWorksheet
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChart.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChart.php
MIT
public function getAxes() { if (!$this->isPropertyAvailable("Axes")) { $this->setProperty("Axes", new WorkbookChartAxes($this->getContext(), new ResourcePath("Axes", $this->getResourcePath()))); } return $this->getProperty("Axes"); }
@return WorkbookChartAxes
getAxes
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChart.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChart.php
MIT
public function getDataLabels() { if (!$this->isPropertyAvailable("DataLabels")) { $this->setProperty("DataLabels", new WorkbookChartDataLabels($this->getContext(), new ResourcePath("DataLabels", $this->getResourcePath()))); } return $this->getProperty("DataLabels"); }
@return WorkbookChartDataLabels
getDataLabels
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChart.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChart.php
MIT
public function getFormat() { if (!$this->isPropertyAvailable("Format")) { $this->setProperty("Format", new WorkbookChartAreaFormat($this->getContext(), new ResourcePath("Format", $this->getResourcePath()))); } return $this->getProperty("Format"); }
@return WorkbookChartAreaFormat
getFormat
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChart.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChart.php
MIT
public function getLegend() { if (!$this->isPropertyAvailable("Legend")) { $this->setProperty("Legend", new WorkbookChartLegend($this->getContext(), new ResourcePath("Legend", $this->getResourcePath()))); } return $this->getProperty("Legend"); }
@return WorkbookChartLegend
getLegend
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChart.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChart.php
MIT
public function getTitle() { if (!$this->isPropertyAvailable("Title")) { $this->setProperty("Title", new WorkbookChartTitle($this->getContext(), new ResourcePath("Title", $this->getResourcePath()))); } return $this->getProperty("Title"); }
@return WorkbookChartTitle
getTitle
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChart.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChart.php
MIT
public function getCalculationMode() { if (!$this->isPropertyAvailable("CalculationMode")) { return null; } return $this->getProperty("CalculationMode"); }
Returns the calculation mode used in the workbook. Possible values are: `Automatic`, `AutomaticExceptTables`, `Manual`. @return string
getCalculationMode
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookApplication.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookApplication.php
MIT
public function setCalculationMode($value) { $this->setProperty("CalculationMode", $value, true); }
Returns the calculation mode used in the workbook. Possible values are: `Automatic`, `AutomaticExceptTables`, `Manual`. @var string
setCalculationMode
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookApplication.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookApplication.php
MIT
public function getColor() { if (!$this->isPropertyAvailable("Color")) { return null; } return $this->getProperty("Color"); }
@return string
getColor
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFill.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFill.php
MIT
public function setColor($value) { $this->setProperty("Color", $value, true); }
@var string
setColor
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeFill.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeFill.php
MIT
public function getCriteria() { if (!$this->isPropertyAvailable("Criteria")) { return null; } return $this->getProperty("Criteria"); }
@return WorkbookFilterCriteria
getCriteria
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookFilter.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookFilter.php
MIT
public function setCriteria($value) { $this->setProperty("Criteria", $value, true); }
@var WorkbookFilterCriteria
setCriteria
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookFilter.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookFilter.php
MIT
public function getColor() { if (!$this->isPropertyAvailable("Color")) { return null; } return $this->getProperty("Color"); }
@return string
getColor
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartLineFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartLineFormat.php
MIT
public function setColor($value) { $this->setProperty("Color", $value, true); }
@var string
setColor
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartLineFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartLineFormat.php
MIT
public function getFill() { return $this->getProperty("Fill", new WorkbookChartFill($this->getContext(), new ResourcePath("Fill", $this->getResourcePath()))); }
@return WorkbookChartFill
getFill
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAreaFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAreaFormat.php
MIT
public function getFont() { return $this->getProperty("Font", new WorkbookChartFont($this->getContext(), new ResourcePath("Font", $this->getResourcePath()))); }
@return WorkbookChartFont
getFont
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAreaFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAreaFormat.php
MIT
public function getValue() { if (!$this->isPropertyAvailable("Value")) { return null; } return $this->getProperty("Value"); }
@return Json
getValue
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartPoint.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartPoint.php
MIT
public function setValue($value) { $this->setProperty("Value", $value, true); }
@var Json
setValue
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartPoint.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartPoint.php
MIT
public function getFormat() { if (!$this->isPropertyAvailable("Format")) { $this->setProperty("Format", new WorkbookChartPointFormat($this->getContext(), new ResourcePath("Format", $this->getResourcePath()))); } return $this->getProperty("Format"); }
@return WorkbookChartPointFormat
getFormat
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartPoint.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartPoint.php
MIT
public function getCellAddresses() { if (!$this->isPropertyAvailable("CellAddresses")) { return null; } return $this->getProperty("CellAddresses"); }
@return Json
getCellAddresses
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function setCellAddresses($value) { $this->setProperty("CellAddresses", $value, true); }
@var Json
setCellAddresses
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function getColumnCount() { if (!$this->isPropertyAvailable("ColumnCount")) { return null; } return $this->getProperty("ColumnCount"); }
@return integer
getColumnCount
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function setColumnCount($value) { $this->setProperty("ColumnCount", $value, true); }
@var integer
setColumnCount
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function getFormulas() { if (!$this->isPropertyAvailable("Formulas")) { return null; } return $this->getProperty("Formulas"); }
@return Json
getFormulas
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function setFormulas($value) { $this->setProperty("Formulas", $value, true); }
@var Json
setFormulas
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function getFormulasLocal() { if (!$this->isPropertyAvailable("FormulasLocal")) { return null; } return $this->getProperty("FormulasLocal"); }
@return Json
getFormulasLocal
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function setFormulasLocal($value) { $this->setProperty("FormulasLocal", $value, true); }
@var Json
setFormulasLocal
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function getFormulasR1C1() { if (!$this->isPropertyAvailable("FormulasR1C1")) { return null; } return $this->getProperty("FormulasR1C1"); }
@return Json
getFormulasR1C1
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function setFormulasR1C1($value) { $this->setProperty("FormulasR1C1", $value, true); }
@var Json
setFormulasR1C1
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function getIndex() { if (!$this->isPropertyAvailable("Index")) { return null; } return $this->getProperty("Index"); }
@return integer
getIndex
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function setIndex($value) { $this->setProperty("Index", $value, true); }
@var integer
setIndex
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function getNumberFormat() { if (!$this->isPropertyAvailable("NumberFormat")) { return null; } return $this->getProperty("NumberFormat"); }
@return Json
getNumberFormat
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function setNumberFormat($value) { $this->setProperty("NumberFormat", $value, true); }
@var Json
setNumberFormat
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function getRowCount() { if (!$this->isPropertyAvailable("RowCount")) { return null; } return $this->getProperty("RowCount"); }
@return integer
getRowCount
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function setRowCount($value) { $this->setProperty("RowCount", $value, true); }
@var integer
setRowCount
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function getText() { if (!$this->isPropertyAvailable("Text")) { return null; } return $this->getProperty("Text"); }
@return Json
getText
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function setText($value) { $this->setProperty("Text", $value, true); }
@var Json
setText
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function getValueTypes() { if (!$this->isPropertyAvailable("ValueTypes")) { return null; } return $this->getProperty("ValueTypes"); }
@return Json
getValueTypes
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function setValueTypes($value) { $this->setProperty("ValueTypes", $value, true); }
@var Json
setValueTypes
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function getValues() { if (!$this->isPropertyAvailable("Values")) { return null; } return $this->getProperty("Values"); }
@return Json
getValues
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function setValues($value) { $this->setProperty("Values", $value, true); }
@var Json
setValues
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookRangeView.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookRangeView.php
MIT
public function getBold() { return $this->getProperty("Bold"); }
@return bool
getBold
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartFont.php
MIT
public function setBold($value) { $this->setProperty("Bold", $value, true); }
@var bool
setBold
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartFont.php
MIT
public function getColor() { return $this->getProperty("Color"); }
@return string
getColor
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartFont.php
MIT
public function setColor($value) { $this->setProperty("Color", $value, true); }
@var string
setColor
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartFont.php
MIT
public function getItalic() { if (!$this->isPropertyAvailable("Italic")) { return null; } return $this->getProperty("Italic"); }
@return bool
getItalic
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartFont.php
MIT
public function setItalic($value) { $this->setProperty("Italic", $value, true); }
@var bool
setItalic
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartFont.php
MIT
public function getName() { return $this->getProperty("Name"); }
@return string
getName
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartFont.php
MIT
public function setName($value) { $this->setProperty("Name", $value, true); }
@var string
setName
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartFont.php
MIT
public function getSize() { return $this->getProperty("Size"); }
@return double
getSize
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartFont.php
MIT
public function setSize($value) { $this->setProperty("Size", $value, true); }
@var double
setSize
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartFont.php
MIT
public function getUnderline() { return $this->getProperty("Underline"); }
@return string
getUnderline
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartFont.php
MIT
public function setUnderline($value) { $this->setProperty("Underline", $value, true); }
@var string
setUnderline
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartFont.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartFont.php
MIT
public function getMatchCase() { if (!$this->isPropertyAvailable("MatchCase")) { return null; } return $this->getProperty("MatchCase"); }
@return bool
getMatchCase
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTableSort.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTableSort.php
MIT
public function setMatchCase($value) { $this->setProperty("MatchCase", $value, true); }
@var bool
setMatchCase
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTableSort.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTableSort.php
MIT
public function getMethod() { if (!$this->isPropertyAvailable("Method")) { return null; } return $this->getProperty("Method"); }
@return string
getMethod
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTableSort.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTableSort.php
MIT
public function setMethod($value) { $this->setProperty("Method", $value, true); }
@var string
setMethod
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTableSort.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTableSort.php
MIT
public function getFormulaHidden() { if (!$this->isPropertyAvailable("FormulaHidden")) { return null; } return $this->getProperty("FormulaHidden"); }
@return bool
getFormulaHidden
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookFormatProtection.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookFormatProtection.php
MIT
public function setFormulaHidden($value) { $this->setProperty("FormulaHidden", $value, true); }
@var bool
setFormulaHidden
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookFormatProtection.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookFormatProtection.php
MIT
public function getLocked() { if (!$this->isPropertyAvailable("Locked")) { return null; } return $this->getProperty("Locked"); }
@return bool
getLocked
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookFormatProtection.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookFormatProtection.php
MIT
public function setLocked($value) { $this->setProperty("Locked", $value, true); }
@var bool
setLocked
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookFormatProtection.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookFormatProtection.php
MIT
public function getOverlay() { if (!$this->isPropertyAvailable("Overlay")) { return null; } return $this->getProperty("Overlay"); }
@return bool
getOverlay
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartLegend.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartLegend.php
MIT
public function setOverlay($value) { $this->setProperty("Overlay", $value, true); }
@var bool
setOverlay
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartLegend.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartLegend.php
MIT
public function getPosition() { if (!$this->isPropertyAvailable("Position")) { return null; } return $this->getProperty("Position"); }
@return string
getPosition
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartLegend.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartLegend.php
MIT
public function setPosition($value) { $this->setProperty("Position", $value, true); }
@var string
setPosition
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartLegend.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartLegend.php
MIT
public function getVisible() { if (!$this->isPropertyAvailable("Visible")) { return null; } return $this->getProperty("Visible"); }
@return bool
getVisible
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartLegend.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartLegend.php
MIT
public function setVisible($value) { $this->setProperty("Visible", $value, true); }
@var bool
setVisible
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartLegend.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartLegend.php
MIT
public function getFormat() { if (!$this->isPropertyAvailable("Format")) { $this->setProperty("Format", new WorkbookChartLegendFormat($this->getContext(), new ResourcePath("Format", $this->getResourcePath()))); } return $this->getProperty("Format"); }
@return WorkbookChartLegendFormat
getFormat
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartLegend.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartLegend.php
MIT
public function getOverlay() { if (!$this->isPropertyAvailable("Overlay")) { return null; } return $this->getProperty("Overlay"); }
@return bool
getOverlay
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartTitle.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartTitle.php
MIT
public function setOverlay($value) { $this->setProperty("Overlay", $value, true); }
@var bool
setOverlay
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartTitle.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartTitle.php
MIT
public function getText() { if (!$this->isPropertyAvailable("Text")) { return null; } return $this->getProperty("Text"); }
@return string
getText
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartTitle.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartTitle.php
MIT
public function setText($value) { $this->setProperty("Text", $value, true); }
@var string
setText
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartTitle.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartTitle.php
MIT
public function getVisible() { if (!$this->isPropertyAvailable("Visible")) { return null; } return $this->getProperty("Visible"); }
@return bool
getVisible
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartTitle.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartTitle.php
MIT
public function setVisible($value) { $this->setProperty("Visible", $value, true); }
@var bool
setVisible
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartTitle.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartTitle.php
MIT
public function getFormat() { if (!$this->isPropertyAvailable("Format")) { $this->setProperty("Format", new WorkbookChartTitleFormat($this->getContext(), new ResourcePath("Format", $this->getResourcePath()))); } return $this->getProperty("Format"); }
@return WorkbookChartTitleFormat
getFormat
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartTitle.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartTitle.php
MIT
public function getFont() { if (!$this->isPropertyAvailable("Font")) { $this->setProperty("Font", new WorkbookChartFont($this->getContext(), new ResourcePath("Font", $this->getResourcePath()))); } return $this->getProperty("Font"); }
@return WorkbookChartFont
getFont
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxisTitleFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxisTitleFormat.php
MIT
public function getFont() { if (!$this->isPropertyAvailable("Font")) { $this->setProperty("Font", new WorkbookChartFont($this->getContext(), new ResourcePath("Font", $this->getResourcePath()))); } return $this->getProperty("Font"); }
@return WorkbookChartFont
getFont
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxisFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxisFormat.php
MIT
public function getLine() { if (!$this->isPropertyAvailable("Line")) { $this->setProperty("Line", new WorkbookChartLineFormat($this->getContext(), new ResourcePath("Line", $this->getResourcePath()))); } return $this->getProperty("Line"); }
@return WorkbookChartLineFormat
getLine
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookChartAxisFormat.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookChartAxisFormat.php
MIT
public function getProtected() { if (!$this->isPropertyAvailable("Protected")) { return null; } return $this->getProperty("Protected"); }
@return bool
getProtected
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookWorksheetProtection.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookWorksheetProtection.php
MIT
public function setProtected($value) { $this->setProperty("Protected", $value, true); }
@var bool
setProtected
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookWorksheetProtection.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookWorksheetProtection.php
MIT
public function getOptions() { if (!$this->isPropertyAvailable("Options")) { return null; } return $this->getProperty("Options"); }
@return WorkbookWorksheetProtectionOptions
getOptions
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookWorksheetProtection.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookWorksheetProtection.php
MIT
public function setOptions($value) { $this->setProperty("Options", $value, true); }
@var WorkbookWorksheetProtectionOptions
setOptions
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookWorksheetProtection.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookWorksheetProtection.php
MIT
public function getIndex() { if (!$this->isPropertyAvailable("Index")) { return null; } return $this->getProperty("Index"); }
@return integer
getIndex
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTableColumn.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTableColumn.php
MIT
public function setIndex($value) { $this->setProperty("Index", $value, true); }
@var integer
setIndex
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTableColumn.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTableColumn.php
MIT
public function getName() { if (!$this->isPropertyAvailable("Name")) { return null; } return $this->getProperty("Name"); }
@return string
getName
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTableColumn.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTableColumn.php
MIT
public function setName($value) { $this->setProperty("Name", $value, true); }
@var string
setName
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTableColumn.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTableColumn.php
MIT
public function getValues() { if (!$this->isPropertyAvailable("Values")) { return null; } return $this->getProperty("Values"); }
@return Json
getValues
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTableColumn.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTableColumn.php
MIT
public function setValues($value) { $this->setProperty("Values", $value, true); }
@var Json
setValues
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTableColumn.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTableColumn.php
MIT
public function getFilter() { if (!$this->isPropertyAvailable("Filter")) { $this->setProperty("Filter", new WorkbookFilter($this->getContext(), new ResourcePath("Filter", $this->getResourcePath()))); } return $this->getProperty("Filter"); }
@return WorkbookFilter
getFilter
php
vgrem/phpSPO
src/OneDrive/Workbooks/WorkbookTableColumn.php
https://github.com/vgrem/phpSPO/blob/master/src/OneDrive/Workbooks/WorkbookTableColumn.php
MIT