[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
ST_rwColActionType (Row Column Action Type)
Identifies what kind of an action was applied to a row or column.
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 |
deleteCol (Delete Column) |
Column delete revision. |
deleteRow (Delete Row) |
Row delete revision. |
insertCol (Column Insert) |
Column insert revision. |
insertRow (Insert Row) |
Row insert revision. |
Referenced By |
rrc@action (§3.11.1.21) |
The following XML Schema fragment defines the contents of this simple type:
<simpleType name="ST_rwColActionType">
<restriction base="xsd:string">
<enumeration value="insertRow"/>
<enumeration value="deleteRow"/>
<enumeration value="insertCol"/>
<enumeration value="deleteCol"/>
</restriction>
</simpleType>