Row flags
Row flags
MTBL_ROW_AUTOSIZE_EDIT |
In editing mode, the size of the edit control of the row's cells are automatically adapted. See also: Automatic edit sizing and positioning |
MTBL_ROW_CANEXPAND |
This row flag indicates that a row can be expanded. |
MTBL_ROW_BLOCK_BEGIN |
Begin of a row block. M!Table tries to print all rows of a block on one page. |
MTBL_ROW_BLOCK_END |
End of a row block. M!Table tries to print all rows of a block on one page. |
MTBL_ROW_CLIP_NONEDIT |
In editing mode, the nonedit area ( e.g. an image ) of the row's cells are clipped and remain visible. See also: Automatic edit sizing and positioning |
MTBL_ROW_EDITALIGN_CENTER |
The edits of the row's cells are centered. |
MTBL_ROW_EDITALIGN_LEFT |
The edits of the row's cells are left aligned. |
MTBL_ROW_EDITALIGN_RIGHT |
The edits of the row's cells are right aligned. |
MTBL_ROW_ISEXPANDED |
This row flag indicates that a row is expanded. |
MTBL_ROW_HIDDEN |
The row is hidden and is - in contrast to ROW_Hidden - not shown if the parent row is being expanded. If you set or remove this flag, ROW_Hidden is also set or removed. If this flag is set, ROW_Hidden can't be removed with Sal functions. See also: Tree view. |
MTBL_ROW_NO_COLLINES |
No column lines are painted in the row. |
MTBL_ROW_NO_ROWLINE |
No row line is painted in the row. |
MTBL_ROW_NO_SORT |
Rows with this flag are excluded from sorting. |
MTBL_ROW_NOSELINV_BKGND |
The backgrounds of the row's selected cells aren't inverted. |
MTBL_ROW_NOSELINV_IMAGE |
The images of the row's selected cells aren't inverted. |
MTBL_ROW_NOSELINV_TEXT |
The texts of the row's selected cells aren't inverted. |
MTBL_ROW_PAGEBREAK |
When M!Table finds a row with this flag while printing, the next rows ( if any ) are printed on a new page. |
MTBL_ROW_READ_ONLY |
Makes all cells of a row read only. |
MTBL_ROW_TXTALIGN_BOTTOM |
The texts/checkboxes of the row's cells are bottom aligned. |
MTBL_ROW_TXTALIGN_CENTER |
The texts/checkboxes of the row's cells are centered. |
MTBL_ROW_TXTALIGN_LEFT |
The texts/checkboxes of the row's cells are left aligned. |
MTBL_ROW_TXTALIGN_RIGHT |
The texts/checkboxes of the row's cells are right aligned. |
MTBL_ROW_TXTALIGN_TOP |
The texts/checkboxes of the row's cells are top aligned. |
MTBL_ROW_TXTALIGN_VCENTER |
The texts/checkboxes of the row's cells are centered vertical. |
See also
MTblSetRowFlags
MTblQueryRowFlags
Created with the Personal Edition of HelpNDoc: What is a Help Authoring tool?