Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The MOper structure specifies multiple operands of an OLE link or a DDE link for the ExternOleDdeLink structure.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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.