CellWatchCollection Class
CellWatchCollection class
Represents the collection of cells on this worksheet being watched in the ‘watch window’.
type CellWatchCollection struct {
ptr unsafe.Pointer
}
Constructors
Methods
| Method | Description |
|---|
| IsNull | Checks whether the implementation object is nullptr. |
| Add_Int_Int | Adds Aspose.Cells.CellWatch with a row and a column. |
| Add_String | Adds Aspose.Cells.CellWatch with the name of the cell. |
| Get_Int | Gets and sets CellWatch by index. |
| Get_String | Gets and sets CellWatch by the name of the cell. |
| GetCount | |