Class Overview Contains information about cell selection. public CellSelectedInfo () Description Constructor. public CellSelectedInfo (int col, int row, bool selected) Description Constructor.
col Column number. row Row number. selected Selection state. public int Col {get; set;} Description Returns the column number. public int Row {get; set;} Description Returns the row number. public bool Selected {get; set;} Description Returns the selection state. JR |