Back to Devexpress

OfficeCustomXmlPartCollection<T>.Insert Method

officefileapi-devexpress-dot-office-dot-officecustomxmlpartcollection-1-dot-insert.md

latest788 B
Original Source

OfficeCustomXmlPartCollection<T>.Insert Method

NameParametersDescription
Insert(Int32, String)index, contentInserts a new custom XML part with the given content at the specified position in the collection.
Insert(Int32, XmlDocument)index, documentInserts the specified XML document at the specified position in the collection.
Insert(Int32)indexInserts a new custom XML part at the specified position in the collection.