Class Overview Provides information about a table cell. public Cell () Description Constructor. public Cell (int col, int row) Description Constructor.
col Column number. row Row number. public int Col {get; set;}
public int Row {get; set;} Description
public bool Equals (Object obj) Description Determines whether this is equal to another object.
Comparison result.
obj Object to compare against. public int GetHashCode () Description Returns a hash code for this cell.
The hash code. JR |