How would I change the columns to letters and rows to numbers. For example currently the first row is 1A, 2A, 3A etc but I would like it to be 1A, 1B, 1C etc. This allows more rows, similar to an aircraft layout.
Hi Connor,
I believe this would require modifying the component itself, as the Number attribute in the RowSeat structure would need to be changed from an integer to a string.