2.5.183 MOper

The MOper structure specifies multiple operands of an OLE link or a DDE link for the ExternOleDdeLink structure.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

colLast

rowLast

extOper (variable)

...

colLast (1 byte):  A ColByteU that specifies the zero-based index of last column associated with the link.

rowLast (2 bytes):  A RwU that specifies the zero-based index of last row associated with the link.

extOper (variable): This array specifies current values for the linked data. Each SerAr specifies a cell value. The number of elements in the array is

(colLast + 1) * (rowLast + 1).

If this array does not fit in the owning ExternName record, Continue records are used. Each SerAr MUST stay in the same record.