FootnoteEndnoteType.Id Property
Footnote/Endnote ID.Represents the attribte in schema: w:id
Namespace: DocumentFormat.OpenXml.Wordprocessing
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "id")> _
Public Property Id As IntegerValue
Get
Set
'Usage
Dim instance As FootnoteEndnoteType
Dim value As IntegerValue
value = instance.Id
instance.Id = value
[SchemaAttrAttribute(, "id")]
public IntegerValue Id { get; set; }
Property Value
Type: DocumentFormat.OpenXml.IntegerValue