CustomXmlPartCollection Methods
A collection of custom XML parts in a workbook.
Name | Description |
---|---|
Add() |
Adds a new item to the collection.
Inherited from Office |
Add |
Adds an item with the specified XML content to the collection.
Inherited from Office |
Add |
Adds the specified XML document to the collection of custom XML parts.
Inherited from Office |
Clear() |
Removes all custom XML parts from the collection.
Inherited from Office |
Contains |
Determines whether the collection contains the specified custom XML part.
Inherited from Office |
Contains |
Determines whether the collection contains an item whose XML content equals the specified XML string.
Inherited from Office |
Copy |
Copies the elements of the ICollection to an Array, starting at a particular Array index. Inherited from ICollection. |
Get |
Returns an enumerator that iterates through the collection.
Inherited from IEnumerable |
Index |
Returns the index of the specified custom XML part in the collection.
Inherited from Office |
Index |
Returns the index of a custom XML part with the specified XML content.
Inherited from Office |
Insert |
Inserts a new custom XML part with the given content at the specified position in the collection.
Inherited from Office |
Insert |
Inserts the specified XML document at the specified position in the collection.
Inherited from Office |
Insert |
Inserts a new custom XML part at the specified position in the collection.
Inherited from Office |
Remove |
Removes the specified custom XML part from the collection.
Inherited from Office |
Remove |
Removes a custom XML part at the specified index from the collection.
Inherited from Office |
See Also