<twoCellAnchor> (Two Cell Anchor Shape Size)
This element specifies a two cell anchor placeholder for a group, a shape, or a drawing element. It moves with cells and its extents are in EMU units.
Parent Elements  | 
|---|
  | 
Child Elements  | 
Subclause  | 
|---|---|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
|
  | 
Attributes  | 
Description  | 
|---|---|
  | 
Specifies how the DrawingML contents shall be moved and/or resized when the rows and columns between its start and ending anchor (the  If this attribute is omitted, then its default value shall be assumed to be  example:  
<ws:twoCellAnchor editAs="absolute"> ... </ws:twoCellAnchor> The  The possible values for this attribute are defined by the ST_EditAs simple type (§5.6.3.2).  | 
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TwoCellAnchor">
	<sequence>
	<element name="from" type="CT_Marker"/>
	<element name="to" type="CT_Marker"/>
	<group ref="EG_ObjectChoices"/>
	<element name="clientData" type="CT_AnchorClientData" minOccurs="1" maxOccurs="1"/>
	</sequence>
	<attribute name="editAs" type="ST_EditAs" use="optional" default="twoCell"/>
</complexType>