Compartir a través de


RevisionCustomView.Action Property

User Action.Represents the attribte in schema: action

Namespace:  DocumentFormat.OpenXml.Spreadsheet
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaración
<SchemaAttrAttribute(, "action")> _
Public Property Action As EnumValue(Of RevisionActionValues)
    Get
    Set
'Uso
Dim instance As RevisionCustomView
Dim value As EnumValue(Of RevisionActionValues)

value = instance.Action

instance.Action = value
[SchemaAttrAttribute(, "action")]
public EnumValue<RevisionActionValues> Action { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<RevisionActionValues>
Returns EnumValue<T>.

Remarks

The following information from the ECMA International Standard ECMA-376 can be useful when working with this class.

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.

See Also

Reference

RevisionCustomView Class

RevisionCustomView Members

DocumentFormat.OpenXml.Spreadsheet Namespace