MTblQueryCellImageExpFlags
bAnyFlagSet = MTblQueryCellImageExpFlags( hWndCol, nRow, nFlags )
Queries the flags of a cell's expanded image.
Parameters
hWndCol
Window Handle: Handle of the column
nRow
Number: Number of the row
nFlags
Number: The image flags you want to query.
Return
Boolean: TRUE if any of the specified flags are set or FALSE if none of the specified flags are set
Example
In this example is determined whether a cell's expanded image is horizontal centered:
Set bIs = MTblQueryCellImageExpFlags( hWndCol, nRow, MTSI_ALIGN_HCENTER )
See also
Custom Images
Created with the Personal Edition of HelpNDoc: How to Protect Your PDFs with Encryption and Passwords