tBodies tBodies returns a collection of the table bodies. Syntax bodies = table.tBodies Parameters bodies is an HTMLCollection. Example length(mytable.tBodies); Notes None. Specification tBodies
tBodies returns a collection of the table bodies.
bodies = table.tBodies
bodies is an HTMLCollection.
length(mytable.tBodies);
None.
tBodies