2.9.324 TInsertOperand

The TInsertOperand structure is an operand that is used by the sprmTInsert value and specifies a range of default table cell definitions to add to 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

itcFirst

ctc

dxaCol

itcFirst (1 byte): An unsigned integer that specifies the zero-based index of the first new table cell definition.

ctc (1 byte): An unsigned integer that specifies the number of new table cells. This value MUST be greater than zero. Table rows MUST NOT have more than 63 cells after the insertion.

dxaCol (2 bytes): An XAS_nonNeg value that specifies the width of each of the new cells. The total width of the table after inserting the new cells MUST NOT exceed 31680 twips.