CircularCellChangedEventArgs Class Members
In This Topic
The following tables list the members exposed by CircularCellChangedEventArgs.
Public Properties
| Name | Description |
 | Column | Gets the first column of the cell range. |
 | Column2 | Gets the last column of the cell range. |
 | Included | Gets a boolean indicating whether the circular cell(s) is detected. |
 | 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. |
Top
See Also