This method prints the spreadsheet.
Defined in
Syntax
public void print() public void print(int Copies) public void print(int Copies, String Pages) public void print(int Copies, String Pages, boolean Collate)
Parameters
int CopiesSpecifies the count of copies to print. The default value is 1.
String PagesSpecifies the range of pages to print. For example, "1-5, 7". The default value is all pages.
boolean CollateSpecifies true to print all the pages before printing another copy when printing more than one copy, or false to print each page copies together. The default value is true.
See examples