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

MethodDescription
NewCellWatchCollectionDefault constructor.

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
Add_Int_IntAdds CellWatch with row and column.
Add_StringAdds CellWatch with the name the of cell.
Get_IntGets and sets CellWatch by index.
Get_StringGets and sets CellWatch by the name of the cell.
GetCount