SetPrintInfo Method
SetPrintInfo(PrintInfo, int)
Sets the PrintInfo object for the specfied sheet.
Declaration
public void SetPrintInfo(PrintInfo pi, int sheet)
Public Sub SetPrintInfo(pi As PrintInfo, sheet As Integer)
Parameters
Type |
Name |
Description |
PrintInfo |
pi |
PrintInfo object
|
int |
sheet |
Sheet for which to set PrintInfo; -1 to specify all sheets
|