XlsRangesCollection
ErrorValue Property
|
Gets / sets error value that is contained by this range.
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 ErrorValue { get; set; }
Public Property ErrorValue As String
Get
Set
public:
virtual property String^ ErrorValue {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract ErrorValue : string with get, set
override ErrorValue : string with get, set
Property Value
Type:
String
Implements
IXLSRange
ErrorValue
See Also