20.5.2.15 from
20.5.2.15 from
This element specifies the first anchor point for the drawing element. This is used to anchor the top and left sides of the shape within the spreadsheet. That is when the cell that is specified in the from element is adjusted, the shape is also adjusted.
[Example: Consider the following SpreadsheetDrawingML
<xdr:twoCellAnchor>
<xdr:from>
<xdr:col>3</xdr:col>
<xdr:colOff>447675</xdr:colOff>
<xdr:row>8</xdr:row>
<xdr:rowOff>28575</xdr:rowOff>
</xdr:from>
<xdr:to>
<xdr:col>5</xdr:col>
<xdr:colOff>466725</xdr:colOff>
<xdr:row>14</xdr:row>
<xdr:rowOff>9525</xdr:rowOff>
</xdr:to>
<xdr:sp macro="" textlink="">
…
</xdr:sp>
<xdr:clientData/>
</xdr:twoCellAnchor>
The above example shows the first anchor point being specified via the from element. end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_Marker) is located in A.4.5. end note]
Last updated on