Represents a single cell in the Spreadsheet

Hierarchy

Hierarchy

Implements

Constructors

  • Parameters

    • row: number
    • column: number

    Returns SpreadsheetCell

  • Parameters

    • address: string

    Returns SpreadsheetCell

  • Returns SpreadsheetCell

  • Parameters

    • Rest ..._rest: any[]

    Returns SpreadsheetCell

Properties

$type: Type
$t: Type
nextHashCode: number

Accessors

  • get column(): number
  • Returns the index of the column.

    Returns number

  • get row(): number
  • Returns the index of the row

    Returns number

Methods

  • Compares the value of this SheetCell instance to the specified SpreadsheetCell.

    Returns

    True if the specified SheetCell has the same row and column; otherwise false.

    Parameters

    Returns boolean

  • Compares the specified SpreadsheetCell to this instance's values.

    Returns

    True if the object is a SheetCell with the same row and column.

    Parameters

    • obj: any

      The object to compare to the current instance

    Returns boolean

  • Compares the specified SpreadsheetCell to this instance's values.

    Returns

    True if the object is a SheetCell with the same row and column.

    Parameters

    • obj: any

      The object to compare to the current instance

    Returns boolean

  • Returns a hash value for the SpreadsheetCell

    Returns

    A hash value for the SheetCell

    Returns number

  • Returns a string representation of the SpreadsheetCell

    Returns

    A string representation row and column index.

    Returns string

  • Parameters

    • item1: any
    • item2: any

    Returns number

  • Parameters

    • item1: any
    • item2: any

    Returns number

  • Parameters

    • item1: any
    • item2: any

    Returns boolean

  • Parameters

    • a: any
    • b: any

    Returns boolean

  • Parameters

    • obj: any

    Returns any[]

  • Parameters

    • obj: any

    Returns any[]

  • Parameters

    • obj: any

    Returns number

  • Parameters

    • a: any
    • b: any

    Returns boolean

  • Returns void