SpreadJS Documentation
printInfo Method
The print information for the sheet.
Gets or sets the print information for the sheet.
Syntax
var instance = new GcSpread.Sheets.Sheet(name);
var returnValue; // Type: PrintInfo
returnValue = instance.printInfo(value);
function printInfo( 
   value : PrintInfo
) : PrintInfo;

Parameters

value
The print information for the sheet.

Return Value

The print information for the sheet.
See Also

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.