AfterFillRangeEventArgs Properties
Provides data for the SpreadsheetControl.AfterFillRange event.Name | Description |
---|---|
OperationType | Gets the type of the fill operation a user performed over a cell range. |
SourceRange | Returns a cell range based on which a user filled cells in the target range. |
TargetRange | Returns a cell range that a user filled with data. |
See Also