[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.IRange.IgnoredError

IgnoredError Property

IgnoredError

Gets or sets the error type of the range to be ignored.

Declaration
IgnoredErrorType IgnoredError { get; set; }
Property IgnoredError As IgnoredErrorType
Examples
IRange range = worksheet.Range["A1"];
range.Value = "\'123";
range.IgnoredError = IgnoredErrorType.NumberAsText;
IgnoredErrorType ignoredErrors = range.IgnoredError;