2.4.281 BrtBeginTableStyles

The BrtBeginTableStyles record specifies properties of table styles (section 2.2.6.3) and specifies the beginning of a collection of records as defined by the Styles (section 2.1.7.50) part ABNF. The collection of records specifies the user-defined table styles for the workbook. This record also specifies the names of the default table styles to be assigned to new tables and PivotTables (section 2.1.7.40), and the count of table style records that follow.


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

cts

strDefList (variable)

...

strDefPivot (variable)

...

cts (4 bytes):  An unsigned integer that specifies the number of BrtBeginTableStyle (section 2.4.280) records in the collection.

strDefList (variable):  An XLNullableWideString that specifies the name of the default table style to be assigned to new tables. The length of this string MUST be less than 256 characters.

strDefPivot (variable):  An XLNullableWideString that specifies the name of the default table style to be assigned to new PivotTables. The length of this string MUST be less than 256 characters.