Class RowColumnEventArgs
RowColumnEventArgs class
Provides data for row/column events.
public class RowColumnEventArgs : EventArgs
Properties
| Name | Description |
|---|---|
| Argument { get; } | The argument of the event. |
| IsCancel { get; } | shall we cancel the operation. |
| Num { get; } | The row or column number, starts from zero. |
| Type { get; } | The row or column type. |
Methods
| Name | Description |
|---|---|
| RejectOperation() | Call this method in RowDeleting/ColumnDeleting event handlers to cancel the deleting operations. |
See Also
- namespace Aspose.Cells.GridDesktop
- assembly Aspose.Cells.GridDesktop