Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.3 KB

File metadata and controls

51 lines (39 loc) · 1.3 KB
title description ms.date ms.service ms.custom ms.topic ms.author ms.reviewer author
Cell Element (XMLA) | Microsoft Docs
Learn how the Cell element contains information about a cell to be updated by an UpdateCells command.
01/05/2020
analysis-services
xmla
reference
kfollis
kfollis
kfollis

Cell Element (XMLA)

Contains information about a cell to be updated by an UpdateCells command.

Syntax

  
<UpdateCells>  
   ...  
   <Cell CellOrdinal="Long">  
      <Value>...</Value>  
   </Cell>  
   ...  
</UpdateCells>  

Element characteristics

Characteristic Description
Data type and length None
Default value None
Cardinality 0-n: Optional element that can occur more than once.

Element relationships

Relationship Element
Parent elements UpdateCells
Child elements Value

Attributes

Attribute Description
CellOrdinal Required Long attribute. Contains the zero-based ordinal position of the cell to be updated.

Remarks