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

SheetInfo Event

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

Syntax

public void fireSheetInfo(GooglesheetSheetInfoEvent event);

public class GooglesheetSheetInfoEvent {
  public int index;
  public String name;
}

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