IXLSRange
FormulaArrayR1C1 Property
|
Returns or sets the formula array for the range, using R1C1-style notation.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
string FormulaArrayR1C1 { get; set; }
Property FormulaArrayR1C1 As String
Get
Set
property String^ FormulaArrayR1C1 {
String^ get ();
void set (String^ value);
}
abstract FormulaArrayR1C1 : string with get, set
Property Value
Type:
String
See Also