[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
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@sqref (§3.3.1.17); dataValidation@sqref (§3.3.1.30); ignoredError@sqref (§3.3.1.47); protectedRange@sqref (§3.3.1.69); rfmt@sqref (§3.11.1.17); scenarios@sqref (§3.3.1.74); selection@sqref (§3.3.1.75) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_Sqref">
<list itemType="ST_Ref"/>
</simpleType>