Click or drag to resize

IXLSRange HasDataValidation Property

Indicates whether specified range object has data validation. If Range is not single cell, then returns true only if all cells have data validation. Read-only.

Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool HasDataValidation { get; }

Property Value

Type: Boolean
See Also