StyleSet.Id Property
id.Represents the attribte in schema: w14:id
Namespace: DocumentFormat.OpenXml.Office2010.Word
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "id")> _
Public Property Id As UInt32Value
Get
Set
'Uso
Dim instance As StyleSet
Dim value As UInt32Value
value = instance.Id
instance.Id = value
[SchemaAttrAttribute(, "id")]
public UInt32Value Id { get; set; }
Property Value
Type: DocumentFormat.OpenXml.UInt32Value