Class OnErrorActionQuery
OnErrorActionQuery class
Used in the CellError event of the GridWeb.
public class OnErrorActionQuery
Constructors
Name | Description |
---|---|
OnErrorActionQuery() | The default constructor. |
Properties
Name | Description |
---|---|
OnErrorAction { get; set; } | Gets or set the action type. |
Examples
[C#]
OnErrorActionQuery query = new OnErrorActionQuery();
query.OnErrorAction = OnErrorActionType.Ignore;
[VB]
onErrorActionQuery.OnErrorAction = OnErrorActionType.Ignore
See Also
- namespace Aspose.Cells.GridWeb.Data
- assembly Aspose.Cells.GridWeb