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

Load Method

Loads the specified file.

Syntax

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

Remarks

This method loads the file specified by FileName. The FileName may be an absolute or relative path. After loading the file the file SheetIndex will be set to 0 to select the first sheet.

NOTE: This method has a corresponding asynchronous version (LoadAsync) for use in the WinRT environment.

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