OpenXmlPartContainer.GetPartsOfType Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
GetPartsOfType<T>() | Enumerates all the children parts of the specified type "T" of this part. | |
GetPartsOfType<T>(ICollection<T>) | Gets all the children parts of the specified type "T" into "partCollection" of this part. |
Top