fix for fdo#34763 add method Copy to ScVbaWorksheets
This commit is contained in:
committed by
Noel Power
parent
03086ad090
commit
d58e814fd4
@@ -44,6 +44,7 @@ interface XWorksheets
|
|||||||
void Delete();
|
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 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 Select( [in] any Replace );
|
||||||
|
void Copy( [in] any Before, [in] any After);
|
||||||
};
|
};
|
||||||
}; }; };
|
}; }; };
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user