BeforeFillRangeEventArgs Properties
Provides data for the SpreadsheetControl.BeforeFillRange event.| Name | Description |
|---|---|
| Cancel | Gets or sets whether to cancel the fill operation for the current cell range. |
| OperationType | Gets the fill operation type. |
| SourceRange | Returns a cell range based on which a user fills the adjacent cells. |
| TargetRange | Returns a cell range that a user fills with data. |
See Also