WorksheetsCopy Method (Int32, Int32, String, Boolean)
Free Trial Web API version Licensing Request A Quote
HAVE QUESTIONS OR NEED HELP?SUBMIT THE SUPPORT REQUEST FORM or write email toSUPPORT@BYTESCOUT.COM
Copies the specified SourceIndex Worksheet.
Namespace:Bytescout.SpreadsheetAssembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public void Copy( int SourceIndex, int DestIndex, string NewSheetName, bool OfficeArtCopy )
Parameters
- SourceIndex
- Type: SystemInt32
Index of the source. - DestIndex
- Type: SystemInt32
Index of the dest. - NewSheetName
- Type: SystemString
New name of the Worksheet. - OfficeArtCopy
- Type: SystemBoolean
if set to true OfficeArt data copy too.
See Also