var instance = new GC.Spread.Sheets.Workbook(host); var value; // Type: any value = instance.print(sheetIndex);
function print( sheetIndex : number ) : any;
Parameters
- sheetIndex
- The sheet index. If the sheet index is ignored, prints all visible sheets.