Interface SheetCoordsValuePair<T>

interface SheetCoordsValuePair<T> {
    coords: SheetCellCoords;
    value: T;
}

Type Parameters

  • T

Properties

Properties

value: T

The value at the address