Click or drag to resize

XlsValidationWrapper IsListInFormula Property

Indicates whether formula contains list of values.

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

Return Value

Type: Boolean
True if the list is included in the formula; otherwise, false.

Implements

IDataValidation IsListInFormula
See Also