Show / Hide Table of Contents

Class ExcelVmlDrawingPictureCollection

A collection of vml drawings used for header and footer picturess

Inheritance
object
ExcelVmlDrawingBaseCollection
ExcelVmlDrawingPictureCollection
Implements
IEnumerable
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

Implements

IEnumerable
In this article
Back to top Generated by DocFX