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

Load Method

Loads a spreadsheet by title.

Syntax

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

Remarks

This method loads the spreadsheet with the specified Title. If multiple spreadsheets have the same name the first spreadsheet returned by Google will be loaded. If Title is empty string the component will attempt to load the spreadsheet by the unique Id.

The SheetInfo event will fire with basic information about the sheets in the spreadsheet.

When calling this method the Spreadsheets collection will also be populated.

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