2.2.70 TableColumnsLocked

Target namespace: http://schemas.microsoft.com/office/onenote/2009/internal/specific

Referenced by: jcidTableNode

The TableColumnsLocked structure specifies which columns in a table have locked widths and do not resize automatically to fit table content. By default, column widths are not locked.

Child Elements:

cColumns: An unsignedByte that specifies the number of used bits in rgfColumnLocked. MUST be equal to the value of jcidTableNode.ColumnCount.

rgfColumnLocked: An array of unsignedBytes where each bit in the array specifies whether a column width in the table is locked. The number of bytes in the array is equal to cColumns / 8, rounded up to the nearest byte. The lock status for column c is given by "rgfColumnLocked[c / 8] & (1 << (c % 8))". Excess bits in the array are undefined and MUST be ignored.