2.5.176 List12TableStyleClientInfo

The List12TableStyleClientInfo record specifies information about the style applied to a table.


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

A

B

C

D

E

F

unused2

stListStyleName (variable)

...

A - fFirstColumn (1 bit): A bit that specifies whether any table style elements (as specified by TableStyleElement) with a tseType field equal to 0x00000003 will be applied.

B - fLastColumn (1 bit): A bit that specifies whether any table style elements (as specified by TableStyleElement) with a tseType field equal to 0x00000004 will be applied.

C - fRowStripes (1 bit): A bit that specifies whether any table style elements (as specified by TableStyleElement) with a tseType field equal to 0x00000005 or 0x00000006 will be applied.

D - fColumnStripes (1 bit): A bit that specifies whether any table style elements (as specified by TableStyleElement) with a tseType field equal to 0x00000007 or 0x00000008 will be applied.

E - unused1 (2 bits): Undefined and MUST be ignored.

F - fDefaultStyle (1 bit): A bit that specifies whether the style whose name is specified by stListStyleName is the default table style.

unused2 (9 bits): Undefined and MUST be ignored.

stListStyleName (variable): An XLUnicodeString that specifies the name of the table style for the table. Length MUST be greater than zero and less than or equal to 255 characters. If the table style is a custom style, it is defined in a TableStyle record that has rgchName equal to this value.