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; }
Public Property IsListInFormula As Boolean
Get
Set
public:
virtual property bool IsListInFormula {
bool get () sealed;
void set (bool value) sealed;
}
abstract IsListInFormula : bool with get, set
override IsListInFormula : bool with get, set
Return Value
Type:
Boolean
True if the list is included in the formula; otherwise, false.
Implements
IDataValidation
IsListInFormula
See Also