ExcelRangeErrorValue 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:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public string ErrorValue { get; set; }
Public Property ErrorValue As String
Get
Set
Property Value
Type:
StringSee Also