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
Int32

Item[Int32]

Indexer

Declaration
public ExcelVmlDrawingPicture this[int Index] { get; }
Parameters
Type Name Description
Int32 Index

Index

Property Value
Type Description
ExcelVmlDrawingPicture

The VML Drawing Picture object

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
IEnumerator

Implements

System.Collections.IEnumerable
In this article
Back to top Generated by DocFX