CellData
class CellData extends Collection (View source)
Properties
protected | $collection_key | ||
protected | $dataSourceFormulaType | ||
protected | $dataSourceFormulaDataType | ||
protected | $dataSourceTableType | ||
protected | $dataSourceTableDataType | ||
protected | $dataValidationType | ||
protected | $dataValidationDataType | ||
protected | $effectiveFormatType | ||
protected | $effectiveFormatDataType | ||
protected | $effectiveValueType | ||
protected | $effectiveValueDataType | ||
string | $formattedValue | ||
string | $hyperlink | ||
string | $note | ||
protected | $pivotTableType | ||
protected | $pivotTableDataType | ||
protected | $textFormatRunsType | ||
protected | $textFormatRunsDataType | ||
protected | $userEnteredFormatType | ||
protected | $userEnteredFormatDataType | ||
protected | $userEnteredValueType | ||
protected | $userEnteredValueDataType |
Methods
getDataSourceFormula()
No description
getDataSourceTable()
No description
getDataValidation()
No description
getEffectiveFormat()
No description
getEffectiveValue()
No description
setFormattedValue($formattedValue)
No description
string
getFormattedValue()
No description
setHyperlink($hyperlink)
No description
string
getHyperlink()
No description
setNote($note)
No description
string
getNote()
No description
getPivotTable()
No description
setTextFormatRuns($textFormatRuns)
No description
getTextFormatRuns()
No description
getUserEnteredFormat()
No description
getUserEnteredValue()
No description
Details
setDataSourceFormula(DataSourceFormula $dataSourceFormula)
No description
DataSourceFormula
getDataSourceFormula()
No description
setDataSourceTable(DataSourceTable $dataSourceTable)
No description
DataSourceTable
getDataSourceTable()
No description
setDataValidation(DataValidationRule $dataValidation)
No description
DataValidationRule
getDataValidation()
No description
setEffectiveFormat(CellFormat $effectiveFormat)
No description
CellFormat
getEffectiveFormat()
No description
setEffectiveValue(ExtendedValue $effectiveValue)
No description
ExtendedValue
getEffectiveValue()
No description
setFormattedValue($formattedValue)
No description
string
getFormattedValue()
No description
setHyperlink($hyperlink)
No description
string
getHyperlink()
No description
setNote($note)
No description
string
getNote()
No description
setPivotTable(PivotTable $pivotTable)
No description
PivotTable
getPivotTable()
No description
setTextFormatRuns($textFormatRuns)
No description
TextFormatRun[]
getTextFormatRuns()
No description
setUserEnteredFormat(CellFormat $userEnteredFormat)
No description
CellFormat
getUserEnteredFormat()
No description
setUserEnteredValue(ExtendedValue $userEnteredValue)
No description
ExtendedValue
getUserEnteredValue()
No description