[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

ST_ParameterType (Parameter Type)

Parameter Type.

This simple type's contents are a restriction of the XML Schema string datatype.

The following are possible enumeration values for this type:

Enumeration Value

Description

cell (Parameter From Cell)

Get the parameter value from a cell on each refresh.

prompt (Prompt on Refresh)

Prompt the user on each refresh for a parameter value.

value (Value)

Use a constant value on each refresh for the parameter value.

 

Referenced By

parameter@parameterType3.13.6)

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

<simpleType name="ST_ParameterType">

   <restriction base="xsd:string">

   <enumeration value="prompt"/>

   <enumeration value="value"/>

   <enumeration value="cell"/>

   </restriction>

</simpleType>