Describes the location of table cell by row and column
column:int
The column the cell belongs to
Implementation public function get column():int
public function set column(value:int):void
row:int
The row the cell belongs to
Implementation public function get row():int
public function set row(value:int):void
public var table:TableElement
public function CellCoordinates(row:int, column:int, table:TableElement = null)
Parameters public static function areEqual(coords1:CellCoordinates, coords2:CellCoordinates):Boolean
Checks if two coordiates are in the same location
Parameters
Returns public function clone():CellCoordinates
Creates a new CellCoordinates with the same row and column values
Returns public function isValid():Boolean
Returns true if the column and row are greater than -1
Returns
Wed Nov 15 2017, 09:50 AM +01:00