2.4.18 BigName
The BigName record specifies a name/value pair of arbitrary user-defined data that is associated with the current sheet (1).
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
reserved |
lcbData |
||||||||||||||||||||||||||||||
... |
cbName |
rgbName (variable) |
|||||||||||||||||||||||||||||
... |
|||||||||||||||||||||||||||||||
rgbData (variable) |
|||||||||||||||||||||||||||||||
... |
reserved (2 bytes): MUST be 0x1000, and MUST be ignored.
lcbData (4 bytes): A signed integer that specifies the byte count for rgbData. MUST be greater than or equal to zero.
cbName (1 byte): An unsigned integer that specifies the byte count for rgbName.
rgbName (variable): An array of ANSI characters whose length is specified by cbName that specifies the name of the custom property.
rgbData (variable): An array of bytes that specifies the value of the custom property. It can continue with the ContinueBigName records.