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

Parameters

value
The print information for the sheet.

Return Value

If no value is set, returns the print information for the sheet; otherwise, returns the sheet.
See Also

Reference

Worksheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.