Spreadsheet Integrator - Online Help
Available for:
Spreadsheet Integrator
Questions / Feedback?

CopySheet Method

Copies a sheet to the specified index.

Syntax

[VB.NET]
Public Sub CopySheet(ByVal ToIndex As Integer)
[C#]
public void CopySheet(int toIndex);

Remarks

This method copies the sheet specified by SheetIndex to ToIndex. The sheet is copied to the new index and the existing sheets are shifted to the right. Valid values for ToIndex are from 0 to SheetCount.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 1.0.6240.0