Click or drag to resize

XlsDataValidationCollection Properties

The XlsDataValidationCollection 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 IsPromptBoxPositionFixed
Indicates whehter prompt box has fixed position..
Public property IsPromptBoxVisible
Indicates whehter prompt box is visible..
Public property IsReadOnly
Gets a value indicating whether the collection is read-only.
(Inherited from CollectionBase T .)
Public property Item
Returns single entry from the 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 ParentTable
Gets parent table. Read-only.
Public property PromptBoxHPosition
Vertical position of the prompt box.
Public property PromptBoxVPosition
Vertical position of the prompt box.
Public property ShapesCount
Gets number of required shapes objects.
Public property Workbook
Parent workbook.
Public property Worksheet
Parent worksheet.
Top
See Also