UNO XTextTable.getCellNames() ordering

Hello,

This is a follow-up question to the forum thread: https://forum.openoffice.org/en/forum/viewtopic.php?f=20&t=87294&p=409289#p409289

I am trying to find a definite answer to the ordering returned by getCellNames():

  https://www.openoffice.org/api/docs/common/ref/com/sun/star/text/XTextTable.html#getCellNames

Is there any order in the returned sequence, or is no order guaranteed? I noted that the sequence seems to contain the table’s cell names in left-to-right (cols) and top-to-bottom (rows) order, but that may be accidental.

Thanks,
Jens