Click or drag to resize

SheetCollection Class

List of all sheets in this document
Inheritance Hierarchy

Namespace:  Easymap.AddIn
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public sealed class SheetCollection : BaseObject, 
	IEnumerable<Sheet>, IEnumerable, IDisposable, IDynamicMetaObjectProvider

The SheetCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount
Number of sheets in the collection
Public propertyDocument
Gets the associated Document of the SheetCollection.
Public propertyItem
Gets the specified Sheet of the SheetCollection.
Top
Methods
  NameDescription
Public methodFindByCaption
Finds a Sheet by its caption
Public methodFindByName
Finds a Sheet by its name
Public methodGetEnumerator
Enumerates through the list of sheets.
Top
See Also