Click or drag to resize

XlsWorksheetCustomProperties Properties

The XlsWorksheetCustomProperties type exposes the following members.

Properties
Name Description
Public property Capacity
Gets or sets the total number of elements the internal data structure can hold without resizing.
Public property Count
Gets the total number of items in the collection.
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 Item Int32
Gets XlsCustomProperty object at the special field.
Public property Item String
Gets the XlsCustomProperty with the specified name.
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 .)
Top
See Also