listbox.lastAddedRowIndex excludes addExpandableRowAt - why?

Why does listbox.lastAddedRowIndex not count rows added using addExpandableRowAt? Seems inconsistent with doing it for AddRow, AddExpandableRow and AddRowAt, and means you have to manually record the rows inserted.