VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Editor Namespace / OpenXmlDocumentElementCollection Class
Properties Methods SeeAlso
In This Topic
    OpenXmlDocumentElementCollection Class Members
    In This Topic
    The following tables list the members exposed by OpenXmlDocumentElementCollection.
    Public Properties
     NameDescription
    Public PropertyGets the number of elements contained in the collection. (Inherited from OpenXmlDocumentElementCollection<T>)
    Public PropertyGets a value indicating whether the collection is read-only. (Inherited from OpenXmlDocumentElementCollection<T>)
    Public PropertyGets or sets the OpenXmlDocumentElement at the specified index. (Inherited from OpenXmlDocumentElementCollection<T>)
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds an , which must be created from , to the collection. (Inherited from OpenXmlDocumentElementCollection<T>)
    Public MethodRemoves all items from the collection. (Inherited from OpenXmlDocumentElementCollection<T>)
    Public MethodDetermines whether this instance contains the object. (Inherited from OpenXmlDocumentElementCollection<T>)
    Public MethodCopies the elements of the collection to an System.Array, starting at a particular System.Array index. (Inherited from OpenXmlDocumentElementCollection<T>)
    Public MethodReturns an enumerator that iterates through the collection. (Inherited from OpenXmlDocumentElementCollection<T>)
    Public MethodDetermines the index of a specific item in the collection. (Inherited from OpenXmlDocumentElementCollection<T>)
    Public MethodOverloaded. Inserts an , which must be created from , to the collection at the specified index. (Inherited from OpenXmlDocumentElementCollection<T>)
    Public MethodRemoves element at specified index and inserts it at specified newIndex. (Inherited from OpenXmlDocumentElementCollection<T>)
    Public MethodRemoves the first occurrence of a specific object from the collection. (Inherited from OpenXmlDocumentElementCollection<T>)
    Public MethodRemoves the collection item at the specified index. (Inherited from OpenXmlDocumentElementCollection<T>)
    Public MethodCopies the elements of the collection to a new array. (Inherited from OpenXmlDocumentElementCollection<T>)
    See Also