Click or drag to resize

SheetCollection Class

List of all sheets in this document
Inheritance Hierarchy
SystemObject
  SystemMarshalByRefObject
    System.Runtime.InteropServicesStandardOleMarshalObject
      BaseObject
        Easymap.AddInSheetCollection

Namespace: Easymap.AddIn
Assembly: EasyMap.AddIn (in EasyMap.AddIn.dll) Version: 12.3.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