NumberingProperties.Inserted Property

Inserted Numbering Properties.Represents the element tag in schema: w:ins

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

Syntax

'Declaration
Public Property Inserted As Inserted
    Get
    Set
'Usage
Dim instance As NumberingProperties
Dim value As Inserted

value = instance.Inserted

instance.Inserted = value
public Inserted Inserted { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Wordprocessing.Inserted
Returns Inserted.

See Also

Reference

NumberingProperties Class

NumberingProperties Members

DocumentFormat.OpenXml.Wordprocessing Namespace