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

SheetInfo Event

Fired for each sheet in the spreadsheet when Load is called.

Syntax

[VB.NET]
Public Event OnSheetInfo As OnSheetInfoHandler
[C#]
public event OnSheetInfoHandler OnSheetInfo;

public delegate void OnSheetInfoHandler(object sender, GooglesheetSheetInfoEventArgs e);

class GooglesheetSheetInfoEventArgs : EventArgs {
  int Index {get;}
  string Name {get;}
}

Remarks

This event fires once for each sheet in the spreadsheet when Load is called. This provides basic information about the sheets in a spreadsheet.

Index is the index of the sheet. Set SheetIndex to this value to select the sheet.

Name is the name of the sheet.

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