XlsRangesCollection
FormulaR1C1 Property
|
Returns or sets the object's formula in R1C1-style notation and in
the language of the macro. Read/write Variant.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public string FormulaR1C1 { get; set; }
Public Property FormulaR1C1 As String
Get
Set
public:
virtual property String^ FormulaR1C1 {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract FormulaR1C1 : string with get, set
override FormulaR1C1 : string with get, set
Property Value
Type:
String
Implements
IXLSRange
FormulaR1C1
See Also