The following tables list the members exposed by MultiCellOperationErrorInfo.
Name | Description | |
---|---|---|
Action | Specifies whether to continue with remaining cells, stop or revert the cells modified so far. Default is ClearCellAndContinue, unless explicitly stated otherwise in the remarks section below. Note that this property is honored only if the error occurs with a particular cell. If the error is with the whole operation, then this property has no effect. | |
CanContinueWithRemainingCells | Specifies whether the operation can continue with remaining cells. | |
DataErrorInfo | If the error is data source related (for example, error updating the row), then this will return an object that contains further information on the error. Otherwise it will be null. | |
ErrorCell | The cell where the operation being performed failed. Note that this property will return null if the failure is not associated with a specific cell. | |
Exception | The exception, if any, that lead to this error event. | |
Operation | Specifies the multi-cell operation that's being performed. |