Click or drag to resize

XlsRangesCollection 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.Spreadsheet.Collections
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public bool HasDataValidation { get; }

Property Value

Type: Boolean

Implements

IXLSRange HasDataValidation
See Also