Click or drag to resize

XlsWorksheetsCollection Properties

The XlsWorksheetsCollection type exposes the following members.

Properties
Name Description
Public property Capacity
Gets or sets the number of elements that the System.Collections.CollectionBase can contain.
(Inherited from CollectionBase T .)
Public property Count
Gets the number of elements contained in the System.Collections.CollectionBase instance.
(Inherited from CollectionBase T .)
Protected property InnerList
Gets the list of elements in the instance.
(Inherited from CollectionBase T .)
Public property IsReadOnly
Gets a value indicating whether the collection is read-only.
(Inherited from CollectionBase T .)
Public property IsRightToLeft
Determines whether the text direction is right-to-left.
Public property Item Int32
Returns a single object from a collection. Read-only.
Public property Item String
Returns a single object from a collection. Read-only.
Protected property List
Gets the list of elements in the instance.
(Inherited from CollectionBase T .)
Public property Parent
Read-oonly. The parent object for the specified object.
(Inherited from CollectionExtended T .)
Public property UseHashForWorksheetLookup
Toggles worksheet search algorithm when searching worksheet by name.
Public property UseRangesCache
Indicates whether all created range objects should be cached.
Top
See Also