MTblCopyRows
bOk = MTblCopyRows( hWndTbl, nRowFlagsOn, nRowFlagsOff, nColFlagsOn, nColFlagsOff )
Copies rows into the clipboard without the 64 KB limit of SalTblCopyRows.
Parameters
hWndTbl
Window Handle: Handle of the table
nRowFlagsOn
Number: Flags a row should have
nRowFlagsOff
Number: Flags a row should not have
nColFlagsOn
Number: Flags a column should have
nColFlagsOff
Number: Flags a column should not have
Return
Boolean:TRUE if successful, FALSE if an error occurs
Example
In this example the selected columns of the selected rows are copied:
Set bOk = MTblCopyRows( hWndTbl, ROW_Selected, 0, COL_Selected, 0 )
Remarks
Carriage/return and tab characters are substituted with blanks.
You can use SalTblPasteRows to paste the copied rows.
See also
Extended clipboard copying
Created with the Personal Edition of HelpNDoc: Easily create PDF Help documents