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

AddSheet Method

Adds a new sheet with the specified number of rows and columns.

Syntax

[VB.NET]
Public Sub AddSheet(ByVal Name As String, ByVal RowCount As Integer, ByVal ColumnCount As Integer)
[C#]
public void AddSheet(string name, int rowCount, int columnCount);

Remarks

This method adds a new sheet with the RowCount rows and ColumnCount columns. The Name parameter defines the name of the new sheet. The sheet is added after all current sheets.

After adding a sheet set SheetIndex to select the new sheet.

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