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

Create Method

Creates the sheet with the specified title.

Syntax

[VB.NET]
Public Sub Create(ByVal Title As String)
[C#]
public void Create(string title);

Remarks

This method creates a new spreadsheet with the specified Title.

To upload an existing spreadsheet (.xlsx) set LocalFile before calling this method. If LocalFile is not set a new spreadsheet is created with no content.

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