MTblSetCellImageExp
bOk = MTblSetCellImageExp( hWndCol, nRow, nImage, nFlags )
Sets a cell's image which is displayed when the row is expanded.
Parameters
hWndCol
Window Handle: Handle of the column.
nRow
Number: Row number.
nImage
Number: Image handle returned by one of the MImgLoad functions or 0 to display no image.
nFlags
Number: The image flags.
Return
Boolean: TRUE if successful or FALSE if an error occurs
Example
In this example a cell's expanded image is set which is centered horizontal and vertical and has no leading:
Call MTblSetCellImageExp( hWndCol, nRow, nImage, MTSI_ALIGN_HCENTER | MTSI_ALIGN_VCENTER | MTSI_NOLEAD_TOP | MTSI_NOLEAD_LEFT )
Remarks
You have to use handles returned by M!Image functions. Handles returned by VicPicLoad or by API functions can't be used.
If a row is expanded and you haven't set an image with this function, M!Table displays the image defined with MTblSetCellImage.
See also
Custom Images
Created with the Personal Edition of HelpNDoc: Free EPub producer