GrapeCity.Xaml.Excel
IsArrayFormula Property (ExcelCell)


GrapeCity.Excel Namespace > ExcelCell Class : IsArrayFormula Property
Gets or sets a value indicating whether the formula is array formula.
Syntax
'Declaration
 
Public Property IsArrayFormula As Boolean
'Usage
 
Dim instance As ExcelCell
Dim value As Boolean
 
instance.IsArrayFormula = value
 
value = instance.IsArrayFormula
public bool IsArrayFormula {get; set;}

Property Value

true if this formula is array formula; otherwise, false.
See Also

Reference

ExcelCell Class
ExcelCell Members