fix for fdo#34763 add method Copy to ScVbaWorksheets

This commit is contained in:
Markus Mohrhard
2011-04-15 13:54:24 +01:00
committed by Noel Power
parent 03086ad090
commit d58e814fd4

View File

@@ -44,6 +44,7 @@ interface XWorksheets
void Delete();
void PrintOut( [in] any From, [in] any To, [in] any Copies, [in] any Preview, [in] any ActivePrinter, [in] any PrintToFile, [in] any Collate, [in] any PrToFileName );
void Select( [in] any Replace );
void Copy( [in] any Before, [in] any After);
};
}; }; };