Show in Frame No Frame
Up Previous Next Title Page Index Contents Search

9.4.11 Table

METype oT (MEOop receiver)

Returns the METype of the object type whose instances are shown in the receiver argument, a table MEOop.

MEOopArray baseCollection (MEOop receiver)

Returns an MEOopArray containing the object representations in the receiver, a table MEOop.

string font (MEOop receiver)

Returns the text style used by the receiver argument, a table MEOop. The result returned is one of the styles shown in Format | Font...

MENull setFont (MEOop receiver, string font)

Sets the text style used by the receiver argument, a table MEOop. The value is one of the styles shown in Format | Font...

MEAnyArray gxlWidths (MEOop receiver)

Returns an MEAnyArray containing the column widths in pixels in the receiver, a table MEOop.

MENull setGxlWidths (MEOop receiver, MEAnyArray gxlWidths)

Sets the column widths in pixels of the receiver, a table MEOop. The value is an MEAnyArray containing either one MEAny integer, which will become the default width for all columns, or as many MEAny integers as there are properties in this table's object type.

MENull addNewTableEltFor (MEOop receiver, MEOop addNewRepFor, int beforeIndex)

Adds a new object representation to the receiver argument, a table MEOop. The second argument is the MEOop of the object to represent. The third argument is a 1-based integer index of the row before which to insert the new object representation. The return value is the MEOop of the new object representation.


Show in Frame No Frame
Up Previous Next Title Page Index Contents Search