XlsConditionalFormat
FirstFormulaR1C1 Property
|
Note: This API is now obsolete.
First formula in R1C1 notation. Read only.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
[ObsoleteAttribute("This Property is Obsolete;")]
public string FirstFormulaR1C1 { get; set; }
<ObsoleteAttribute("This Property is Obsolete;")>
Public Property FirstFormulaR1C1 As String
Get
Set
public:
[ObsoleteAttribute(L"This Property is Obsolete;")]
property String^ FirstFormulaR1C1 {
String^ get ();
void set (String^ value);
}
[<ObsoleteAttribute("This Property is Obsolete;")>]
member FirstFormulaR1C1 : string with get, set
Property Value
Type:
String
See Also