[]
Represents the event data for the DragFill event for the Spread component, which occurs when the range of cells is being dragged and filled.
public class DragFillEventArgs : EventArgs
Public Class DragFillEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| Cancel | Gets or sets a boolean value to allow user to cancel drag filling |
| FillRange | The range will be filled after drag-fill process. |
| ShowContextMenu | Gets or sets a boolean value that determines whether the context menu is shown during the drag-fill process. |
| SourceRange | The range contain data of drag-fill process. |