Represents a single cell in the [[Spreadsheet]]
Constructors
Section titled "Constructors"SpreadsheetCell
new SpreadsheetCell(row: number, column: number): SpreadsheetCell Returns SpreadsheetCell
Properties
Section titled "Properties"$t: Type Accessors
Section titled "Accessors"column
Section titled "column"Returns the index of the column.
get column(): number Returns number
Returns the index of the row
get row(): number Returns number
Methods
Section titled "Methods"equals
Section titled "equals"Compares the value of this SheetCell instance to the specified [[SpreadsheetCell]].
equals(other: SpreadsheetCell): boolean Parameters
- other:
SpreadsheetCellThe instance of the [[SpreadsheetCell]] to compare
Returns boolean
equals1
Section titled "equals1"Compares the specified [[SpreadsheetCell]] to this instance's values.
equals1(obj: any): boolean Parameters
- obj:
anyThe object to compare to the current instance
Returns boolean
getHashCode
Section titled "getHashCode"Returns a hash value for the [[SpreadsheetCell]]
getHashCode(): number Returns number
toString
Section titled "toString"Returns a string representation of the [[SpreadsheetCell]]
toString(): string Returns string
staticInit
Section titled "staticInit"staticInit(): void