The header type Table is a member of the class HeaderType. Each object of class Table is called a table expression. Each table expression is also a member of class Expression.
More general types (whose methods may also apply) :
Table -- a type of Expression representing a table, i.e., a list of lists of the same length.
i1 : Table {{a,b,c},{a,bb,ccc}} |
i2 : value oo |
See also:
Methods for using a table expression :