Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Concrete class for working with cell elements.

string
$_inputValue= 'null'
The inputValue attribute of this cell
nullDetails
string
$_numericValue= 'null'
The numericValue attribute of this cell
nullDetails
__construct(
string $text
=
null, string $row
=
null, string $col
=
null, string $inputValue
=
null, string $numericValue
=
null
)
:
voidConstructs a new Zend_Gdata_Spreadsheets_Extension_Cell element.
| Name | Type | Description |
|---|---|---|
| $text | string | (optional) Text contents of the element. |
| $row | string | (optional) Row attribute of the element. |
| $col | string | (optional) Column attribute of the element. |
| $inputValue | string | (optional) Input value attribute of the element. |
| $numericValue | string | (optional) Numeric value attribute of the element. |

getColumn(
)
:
stringGets the column attribute of the Cell element.
| Type | Description |
|---|---|
| string | Column of the Cell. |

getDOM(
$doc
=
null, $majorVersion
=
1, $minorVersion
=
null
)
:
void| Name | Type | Description |
|---|---|---|
| $doc | ||
| $majorVersion | ||
| $minorVersion |

getInputValue(
)
:
stringGets the input value attribute of the Cell element.
| Type | Description |
|---|---|
| string | Input value of the Cell. |

getNumericValue(
)
:
stringGets the numeric value attribute of the Cell element.
| Type | Description |
|---|---|
| string | Numeric value of the Cell. |

getRow(
)
:
stringGets the row attribute of the Cell element.
| Type | Description |
|---|---|
| string | Row of the Cell. |

setColumn(
string $col
)
:
voidSets the column attribute of the Cell element.
| Name | Type | Description |
|---|---|---|
| $col | string | New column of the Cell. |

setInputValue(
string $inputValue
)
:
voidSets the input value attribute of the Cell element.
| Name | Type | Description |
|---|---|---|
| $inputValue | string | New input value of the Cell. |

setNumericValue(
string $numericValue
)
:
voidSets the numeric value attribute of the Cell element.
| Name | Type | Description |
|---|---|---|
| $numericValue | string | New numeric value of the Cell. |

setRow(
string $row
)
:
voidSets the row attribute of the Cell element.
| Name | Type | Description |
|---|---|---|
| $row | string | New row of the Cell. |