CommentAuthor.LastIndex Property

Index of Comment Author's last comment.Represents the attribte in schema: lastIdx

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

Syntax

'Declaration
<SchemaAttrAttribute(, "lastIdx")> _
Public Property LastIndex As UInt32Value
    Get
    Set
'Usage
Dim instance As CommentAuthor
Dim value As UInt32Value

value = instance.LastIndex

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

Remarks

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

Index of the last comment added to this document by this author. New comments by this author are counted starting with the value one greater than this index.

The index of a deleted comment is not reused; therefore, this value is not an accurate count of the total number of comments by the author.

The possible values for this attribute are defined by the XML Schema unsignedInt datatype.

See Also

Reference

CommentAuthor Class

CommentAuthor Members

DocumentFormat.OpenXml.Presentation Namespace