ExcelRange.ErrorValue Property
Gets or sets the error of this range. Returns null if the range cells don't contain
an error value or the error value is not the same in all the cells.
When this property is set with a string value which is not an error string an exception will be thrown.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public string ErrorValue { get; set; }
Public Property ErrorValue As String
Get
Set
public:
property String^ ErrorValue {
String^ get ();
void set (String^ value);
}
member ErrorValue : string with get, set
Property Value
String