Comment.Index 属性

定义

idx

表示架构中的以下属性:idx

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

属性值

返回 UInt32Value

属性

注解

此属性指定此注释的标识符,该标识符在此文档中由此作者创建的所有注释列表中是唯一的。 作者在文档中的第一个注释的索引为 1。

由于索引仅对批注作者是唯一的,因此文档可能包含多个批注,其索引与不同作者创建的索引相同。

此属性的可能值由 ST_Index 简单类型定义。

适用于