Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |