3.2.4 Defined Name: BrtExternSheet

The next record in this example, BrtExternSheet (section 2.4.665), contains the set of supporting links (section 2.2.7.2) and specifies the scope of those links, as specified in the following table.

Size

Structure

Value

0010

BrtExternSheet - BrtExternSheet

0004

    DWORD - cXti

0x00000001

000C

    RgXti - rgXti

000C

        Xti - xti[0]

0004

            DWORD - externalLink

0x00000000

0004

            LONG - firstSheet

0x00000001

0004

            LONG - lastSheet

0x00000001

Structure of BrtExternSheet

cXti: 0x00000001 specifies that there is 1 Xti (section 2.5.173) record in the rgXti field.

rgXti.xti[0].externalLink: 0x00000000 specifies that this Xti record refers to the first supporting link record (section 2.2.7.3) in the collection of supporting link records (section 2.2.7.3), which is the BrtSupSelf (section 2.4.813) record as specified earlier.

rgXti.xti[0].firstSheet: 0x00000001 specifies that the first sheet referenced by the defined name is the second sheet in the workbook (Sheet2). The related BrtBundleSh (section 2.4.313) record has been omitted for brevity.

rgXti.xti[0].lastSheet: 0x00000001 specifies that the last sheet referenced by the defined name is the second sheet in the workbook (Sheet2).