The Cell type specifies the ordinal of a cell and its new value.
-
<xsd:complexType name="Cell"> <xsd:all> <xsd:element name="Value" type="xsd:anySimpleType" /> </xsd:all> <xsd:attribute name="CellOrdinal" type="xsd:long" /> </xsd:complexType>
The following tables describe the XML element and attribute of the Cell object.
|
Element |
Default value |
Description |
|---|---|---|
|
Value |
[Required] |
The new value to update the cell with. |
|
Attribute |
Default |
Description |
|---|---|---|
|
CellOrdinal |
[Required] |
The ordinal of a cell to be updated. |