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 with row and column.
Add_StringAdds with the name the of cell.
Get_IntGets and sets by index.
Get_StringGets and sets by the name of the cell.
GetCount