Click or drag to resize

IDataValidationCollection Interface

Represents a collection of data validation rules or objects.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public interface IDataValidationCollection

The IDataValidationCollection type exposes the following members.

Properties
Name Description
Public property IsPromptBoxPositionFixed
Indicates whehter prompt box has fixed position..
Public property IsPromptBoxVisible
Indicates whehter prompt box is visible..
Public property Item
Returns single entry from the collection. Read-only.
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
Methods
Name Description
Public method Remove
Removes ranges from collection. Ranges to remove.
Top
See Also