[]
Specifies the event argument for the CircularCellChanged event.
public sealed class CircularCellChangedEventArgs : EventArgs
Public NotInheritable Class CircularCellChangedEventArgs
Inherits EventArgs
| Name | Description |
|---|---|
| Column | Gets the first column of the cell range. |
| Column2 | Gets the last column of the cell range. |
| ExcludedCircularReferences | Gets the array of removed circular cell references. |
| Included | Gets a boolean indicating whether the circular cell(s) is detected. |
| IncludedCircularReferences | Gets the array of detected circular cell references. |
| IsSingleReference | Gets a value indicating whether the data is single reference. |
| Row | Gets the first row of the cell range. |
| Row2 | Gets the last row of the cell range. |
| SheetView | Gets the SheetView contains the cell range. |
| Worksheet | Gets the worksheet contains the cell range. |