RangeCopyingEventArgs Properties
Provides data for the SpreadsheetControl.RangeCopying event.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the copy operation should be canceled. |
| IsCut | Gets or sets a value indicating whether data is being cut from the source range. |
| Range | Gets or sets a cell range from which data is being copied. |
See Also