2.9.305 TableBrcOperand

The TableBrcOperand structure is an operand that specifies borders for a range of cells in a table row.


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

cb

itc

bordersToApply

brc

...

cb (1 byte): An unsigned integer that specifies the size, in bytes, of the remainder of this structure. This value MUST be 11.

itc (2 bytes): An ItcFirstLim structure that specifies the range of cell columns to which the border type format is applied. 

bordersToApply (1 byte): An unsigned integer that specifies which borders are affected. The value MUST be the result of the bitwise OR of any subset of the following values that specifies an edge to be formatted:

0x01: Top border.

0x02: Logical left border.

0x04: Bottom border.

0x08: Logical right border.

0x10: Border line from top left to bottom right.

0x20: Border line from top right to bottom left.

brc (8 bytes): A BrcMayBeNil structure that specifies the border type that is applied to the edges which are indicated by bordersToApply.