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

MoveSheet Method

Moves a sheet to the specified index.

Syntax

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

Remarks

This method moves the sheet specified by SheetIndex to ToIndex. The sheet is moved 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