[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

ST_Sqref (Reference Sequence)

A sequence of cell references, space delimited.

This simple type allows a list of items of the ST_Ref simple type (§3.18.64).

Referenced By

conditionalFormatting@sqref3.3.1.17); dataValidation@sqref3.3.1.30); ignoredError@sqref3.3.1.47); protectedRange@sqref3.3.1.69); rfmt@sqref3.11.1.17); scenarios@sqref3.3.1.74); selection@sqref3.3.1.75)

The following XML Schema fragment defines the contents of this simple type:

<simpleType name="ST_Sqref">

   <list itemType="ST_Ref"/>

</simpleType>