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