Поделиться через


Undo.Index Property

Index.Represents the attribte in schema: index

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

Syntax

'Declaration
<SchemaAttrAttribute(, "index")> _
Public Property Index As UInt32Value
    Get
    Set
'Usage
Dim instance As Undo
Dim value As UInt32Value

value = instance.Index

instance.Index = value
[SchemaAttrAttribute(, "index")]
public UInt32Value Index { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

Undo Class

Undo Members

DocumentFormat.OpenXml.Spreadsheet Namespace