Programmer's Guide (《编程指南》) > Interfaces > TableObjectStore interface
TableObjectStore interface
A TableObjectStore contains a collection of TableObjects all from the same document. Elements can be added in any order (objects are sorted into row-major order as they are added) and retrieved through iteration.
这对您有帮助吗?