Represents a single cell in the [[Spreadsheet]]

Hierarchy

Hierarchy

  • ValueType
    • SpreadsheetCell

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]].

    Parameters

    Returns boolean

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

    Parameters

    • obj: any

      The object to compare to the current instance

    Returns boolean

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

    Parameters

    • obj: any

      The object to compare to the current instance

    Returns boolean

  • Returns a hash value for the [[SpreadsheetCell]]

    Returns number

  • Returns Base

  • Returns a string representation of the [[SpreadsheetCell]]

    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