'Declaration
Function ExcelSetPageSetup( _
ByVal As Short, _
ByVal As Short, _
ByVal As Short, _
ByVal As Short, _
ByVal As Short, _
ByVal As Short, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Byte, _
ByVal As Boolean, _
ByVal As Boolean, _
ByVal As Short, _
ByVal As Short, _
ByVal As Double, _
ByVal As Double, _
ByVal As Short, _
ByVal As Boolean _
) As Boolean
'Usage
Dim instance As IExcelXml
Dim sheet As Short
Dim paperSize As Short
Dim scale As Short
Dim pageStart As Short
Dim fitWidth As Short
Dim fitHeight As Short
Dim leftToRight As Boolean
Dim isPortrait As Boolean
Dim noPls As Boolean
Dim noColor As Boolean
Dim draft As Boolean
Dim notes As Byte
Dim noOrient As Boolean
Dim usePage As Boolean
Dim printRes As Short
Dim vertPrintRes As Short
Dim numHdr As Double
Dim numFtr As Double
Dim copies As Short
Dim useSmartPrint As Boolean
Dim value As Boolean
value = instance.ExcelSetPageSetup(sheet, paperSize, scale, pageStart, fitWidth, fitHeight, leftToRight, isPortrait, noPls, noColor, draft, notes, noOrient, usePage, printRes, vertPrintRes, numHdr, numFtr, copies, useSmartPrint)
bool ExcelSetPageSetup(
short ,
short ,
short ,
short ,
short ,
short ,
bool ,
bool ,
bool ,
bool ,
bool ,
byte ,
bool ,
bool ,
short ,
short ,
double ,
double ,
short ,
bool
)