[Table of Contents] [docx version]
SpreadsheetML Reference Material - Table of Contents
This element represents a revision record of adding or removing a custom view to the workbook
Parent Elements |
revisions (§3.11.1.16) |
Attributes |
Description |
action (User Action) |
An enumeration representing the type of action that the user performed.
The possible values for this attribute are defined by the ST_RevisionAction simple type (§3.18.67). |
guid (GUID) |
A globally unique identifier of the custom view.
The possible values for this attribute are defined by the ST_Guid simple type (§3.18.41). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_RevisionCustomView">
<attribute name="guid" type="ST_Guid" use="required"/>
<attribute name="action" type="ST_RevisionAction" use="required"/>
</complexType>