Click or drag to resize

IDataValidationTable Interface

Defines a contract for data validation tables, which are responsible for validating data entries according to specific rules or criteria.

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

The IDataValidationTable type exposes the following members.

Properties
Name Description
Public property Item
Returns single entry from the collection. Read-only.
Public property ShapesCount
Gets number of required shapes objects.
Public property Workbook
Gets parent workbook. Read-only.
Public property Worksheet
Gets parent wokrsheet. Read-only.
Top
Methods
Name Description
Public method FindDataValidation
Searches for corresponding data validation.
Public method Remove
Removes specified rectangles from the collection.
Top
See Also