Share via


CommentAuthor.LastIndex Property

Definition

lastIdx

Represents the following attribute in the schema: lastIdx

[DocumentFormat.OpenXml.SchemaAttr(0, "lastIdx")]
public DocumentFormat.OpenXml.UInt32Value LastIndex { get; set; }
public DocumentFormat.OpenXml.UInt32Value LastIndex { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "lastIdx")]
public DocumentFormat.OpenXml.UInt32Value? LastIndex { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("lastIdx")]
public DocumentFormat.OpenXml.UInt32Value? LastIndex { get; set; }
public DocumentFormat.OpenXml.UInt32Value? LastIndex { get; set; }
member this.LastIndex : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "lastIdx")>]
member this.LastIndex : DocumentFormat.OpenXml.UInt32Value with get, set
[<DocumentFormat.OpenXml.SchemaAttr("lastIdx")>]
member this.LastIndex : DocumentFormat.OpenXml.UInt32Value with get, set
Public Property LastIndex As UInt32Value

Property Value

Returns UInt32Value.

Attributes

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.

Applies to