API Reference

Class

LegacyXlsCellWatch

Namespace OfficeIMO.Excel.LegacyXls.Model
Assembly OfficeIMO.Excel
Modifiers sealed

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

Constructors

public LegacyXlsCellWatch(String cellReference, Int32 row, Int32 column) #

Creates watched-cell metadata.

Parameters

cellReference System.String requiredposition: 0
row System.Int32 requiredposition: 1
column System.Int32 requiredposition: 2

Properties

public String CellReference { get; } #

Gets the watched cell reference in A1 notation.

public Int32 Row { get; } #

Gets the watched cell row as a one-based index.

public Int32 Column { get; } #

Gets the watched cell column as a one-based index.