XlsRangesCollection
FormulaErrorValue Property
|
Returns the calculated value of the formula as a string.
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 FormulaErrorValue { get; set; }
Public Property FormulaErrorValue As String
Get
Set
public:
virtual property String^ FormulaErrorValue {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract FormulaErrorValue : string with get, set
override FormulaErrorValue : string with get, set
Property Value
Type:
String
Implements
IXLSRange
FormulaErrorValue
See Also