1234567891011121314151617181920212223 |
- function ExportToExcel2002Action()
- {
- this.m_format = "XLWA";
- }
- ExportToExcel2002Action.prototype = new ExportFromIframeAction();
- ExportToExcel2002Action.prototype.getWindowTitle = function()
- {
- return RV_RES.RV_EXCEL_2002;
- };
|