GrapeCity.Xaml.Excel
IsArrayFormula Property (ExcelFormula)


Gets or sets a value indicating whether the formula is array formula.
Syntax
'Declaration
 
Public Property IsArrayFormula As Boolean
'Usage
 
Dim instance As ExcelFormula
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.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelFormula Class
ExcelFormula Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options