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
Method | Description |
---|---|
NewCellWatchCollection | Default constructor. |
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
Add_Int_Int | Adds CellWatch with row and column. |
Add_String | Adds CellWatch with the name the of cell. |
Get_Int | Gets and sets CellWatch by index. |
Get_String | Gets and sets CellWatch by the name of the cell. |
GetCount |