Class ExcelVmlDrawingPictureCollection
A collection of vml drawings used for header and footer picturess
Implements
Inherited Members
Namespace: OfficeOpenXml.Drawing.Vml
Assembly: EPPlus.dll
Syntax
public class ExcelVmlDrawingPictureCollection : ExcelVmlDrawingBaseCollection, IEnumerable
Properties
Count
Number of items in the collection
Declaration
public int Count { get; }
Property Value
| Type | Description |
|---|---|
| int |
this[int]
Indexer
Declaration
public ExcelVmlDrawingPicture this[int Index] { get; }
Parameters
| Type | Name | Description |
|---|---|---|
| int | Index | Index |
Property Value
| Type | Description |
|---|---|
| ExcelVmlDrawingPicture | The VML Drawing Picture object |
Methods
Remove(ExcelVmlDrawingPicture)
Remove the specified picture item from the collection.
Declaration
public void Remove(ExcelVmlDrawingPicture item)
Parameters
| Type | Name | Description |
|---|---|---|
| ExcelVmlDrawingPicture | item | The picture object to remove. |