Link Search Menu Expand Document

CellContainsArrayFormula Property

Gets a value indicating whether this cell contains an array formula.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public bool ContainsArrayFormula { get; }

Property Value

Type: Boolean
true if this cell contains array formula; otherwise, false.

Implements

ICellContainsArrayFormula
See Also

Reference