Is there anyone who knows to delete an excel row by giving the index of the row.
Ex :
SysExcelSheet Worksheet;
SysExcelRange Row2;
Row2 = Worksheet.Rows().Item(2);
Row2.delete();
------------------------------------ There isn't a delete() method for --------------------------------------------------------------------------------- "SysExcelRange" Class -----------------------------------------------------
---------------------------------
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger
[Non-text portions of this message have been removed]
| Yahoo! Groups Sponsor | |
|
|
Yahoo! Groups Links
- To visit your group on the web, go to:
http://groups.yahoo.com/group/development-axapta/
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.

