2.4.222 RRAutoFmt

The RRAutoFmt record specifies the changes caused by AutoFormat actions in a shared workbook.


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)

...

...

...

ref8

...

...

itbl

A

B

C

D

E

F

reserved

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 0 because this is a revision that cannot be reviewed. The rrd.revt MUST be equal to 0x000C. The rrd.tabid MUST NOT be 0xFFFF because this revision corresponds to a specific sheet.

ref8 (8 bytes):  A Ref8U structure that specifies the range of cells affected by AutoFormat changes.

itbl (2 bytes):  An AutoFmt8 structure that specifies which AutoFormat was applied.

A - fApplyNumberFormats (1 bit):  A bit that specifies whether the number format properties contained in the AutoFormat specified by itbl were applied.

B - fApplyFontFormats (1 bit):  A bit that specifies whether the font properties contained in the AutoFormat specified by itbl were applied.

C - fApplyAlignmentFormats (1 bit):  A bit that specifies whether the text alignment properties contained in the AutoFormat specified by itbl were applied.

D - fApplyBorderFormats (1 bit):  A bit that specifies whether the border properties contained in the AutoFormat specified by itbl were applied.

E - fApplyPatternFormats (1 bit):  A bit that specifies whether the color pattern properties contained in the AutoFormat specified by itbl were applied.

F - fApplyWidthHeightFormats (1 bit):  A bit that specifies whether the width or height properties contained in the AutoFormat specified by itbl were applied.

reserved (10 bits): MUST be zero, and MUST be ignored.