2.4.231 RRDMove

The RRDMove record represents revision record information about the range of cells that have moved.


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

rrd (14 bytes)

...

...

...

refSrc

...

...

refDst

...

...

tabidSrc

cUcr

rgDucr (variable)

...

rrd (14 bytes): An RRD structure that specifies the revision record information used to track changes in a shared workbook. The rrd.revid MUST be greater than 0. The rrd.revt MUST be equal to 0x0004. The rrd.tabid MUST NOT be 0xFFFF because this revision corresponds to a specific sheet.

refSrc (8 bytes): A Ref8U structure that specifies the original location of the range of cells that moved.

refDst (8 bytes): A Ref8U structure that specifies the new location of the range of cells that moved.

tabidSrc (2 bytes): A TabId structure that specifies the sheet on which refSrc resides.

cUcr (4 bytes): An unsigned integer that specifies the number of elements in rgDucr.

rgDucr (variable): An array of Ducr structures that specifies undo data that will have to be applied to an expression if the revision is rejected.