| Name | Expression | Description |
| Cell type | C::Cell | synomym to C::element_type |
| Anchor type | C::anchor_type |
synonym to C::Cell,
model of Cell Grid Range |
| Name | Expression | Type requirements | return type |
| anchor cell | c.TheCell(); | C::Cell const& | |
| Name | Expression | Precondition | Semantics | Postcondition |
| anchor cell | Cell c1 = c.TheCell(); | c is not singular | get the anchor of c |
c1 is a valid cell;
c1 == c.TheCell() |