GrapeCity.Xaml.Excel
FormulaArray Property (ExcelCell)


Gets or sets the A1 reference style array formula.
Syntax
'Declaration
 
Public Property FormulaArray As String
'Usage
 
Dim instance As ExcelCell
Dim value As String
 
instance.FormulaArray = value
 
value = instance.FormulaArray
public string FormulaArray {get; set;}

Property Value

The A1 reference style array formula.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

ExcelCell Class
ExcelCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options