Retrieves the column number that this cell is in.
public int getColumnNumber()
Returns the cell's column number, or returns -1 if the cell is not in a table.
Because tables can have rows with differing numbers of columns (cells), the number returned reflects the column position in the row containing this cell.