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
null
Details
string
$_numericValue= 'null'
The numericValue attribute of this cell
null
Details
__construct(
string $text
=
null, string $row
=
null, string $col
=
null, string $inputValue
=
null, string $numericValue
=
null
)
:
void
Constructs 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(
)
:
string
Gets 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(
)
:
string
Gets the input value attribute of the Cell element.
Type | Description |
---|---|
string | Input value of the Cell. |

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

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

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

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

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

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