VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Office.OpenXml.Xlsx Namespace / XlsxPageCollection Class
Constructors Properties Methods SeeAlso
In This Topic
XlsxPageCollection Class Members
In This Topic
The following tables list the members exposed by XlsxPageCollection.
Public Constructors
 NameDescription
Public ConstructorOverloaded. Initializes a new instance of the class.
Public Properties
 NameDescription
Public PropertyGets the number of pages contained in the OpenXmlPageCollection<TPage,TDocument>. (Inherited from OpenXmlPageCollection<TPage,TDocument>)
Public PropertyGets the page at the specified index. (Inherited from OpenXmlPageCollection<TPage,TDocument>)
Public Methods
 NameDescription
Public MethodDetermines whether the collection contains a specific page. (Inherited from OpenXmlPageCollection<TPage,TDocument>)
Public MethodReturns an enumerator that iterates through a collection. (Inherited from OpenXmlPageCollection<TPage,TDocument>)
Public MethodPopulates a SerializationInfo with the data needed to serialize the target object. (Inherited from OpenXmlPageCollection<TPage,TDocument>)
Public MethodDetermines the index of a specific item in the collection. (Inherited from OpenXmlPageCollection<TPage,TDocument>)
Public MethodReturns this page collection as array. (Inherited from OpenXmlPageCollection<TPage,TDocument>)
See Also