


Collection_Cell
| Collection_Cell(
|
|
| <coll>
| // Name of the collection.
|
| , <row>
| // Expression evaluating to a number, or 'last'.
|
| , <col>
| // Expression evaluating to the name of a column.
|
| )
|
|
Collection Cell( 'mvAA', 'last', 'LI_NUM' )