Share via


Comment.Index Property

Comment Index.Represents the attribte in schema: idx

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

Syntax

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

value = instance.Index

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

Remarks

This attribute specifies an identifier for this comment that is unique within a list of all comments by this author in this document. An author's first comment in a document has index 1.

Because the index is unique only for the comment author, a document may contain multiple comments with the same index created by different authors.

The possible values for this attribute are defined by the ST_Index simple type.

See Also

Reference

Comment Class

Comment Members

DocumentFormat.OpenXml.Presentation Namespace