API Reference
Class
LegacyXlsCellWatch
Represents a BIFF8 watched-cell reference parsed from a CellWatch record.
Inheritance
- Object
- LegacyXlsCellWatch
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property LegacyXlsWorksheet.CellWatches
Constructors
public LegacyXlsCellWatch(String cellReference, Int32 row, Int32 column) #Creates watched-cell metadata.
Parameters
- cellReference System.String
- row System.Int32
- column System.Int32
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object