Interface CellVisitorContext

Access the context of the cell is sometime slower.

interface CellVisitorContext {
    getAddress(coords?): string;
    getCell(): ICellModel;
}

Methods

  • Utility method to return the coords as a string

    Parameters

    Returns string

  • Returns the entire Cell object.

    Returns ICellModel

    Remarks

    This is generally slower than using just t he value