'Declaration
Function ExcelGetPageSetup( _
ByVal As Short, _
ByRef As Short, _
ByRef As Short, _
ByRef As Short, _
ByRef As Short, _
ByRef As Short, _
ByRef As Boolean, _
ByRef As Boolean, _
ByRef As Boolean, _
ByRef As Boolean, _
ByRef As Boolean, _
ByRef As Byte, _
ByRef As Boolean, _
ByRef As Boolean, _
ByRef As Short, _
ByRef As Short, _
ByRef As Double, _
ByRef As Double, _
ByRef As Short, _
ByRef 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 fitToPage As Boolean
Dim value As Boolean
value = instance.ExcelGetPageSetup(sheet, paperSize, scale, pageStart, fitWidth, fitHeight, leftToRight, isPortrait, noPls, noColor, draft, notes, noOrient, usePage, printRes, vertPrintRes, numHdr, numFtr, copies, fitToPage)
bool ExcelGetPageSetup(
short ,
ref short ,
ref short ,
ref short ,
ref short ,
ref short ,
ref bool ,
ref bool ,
ref bool ,
ref bool ,
ref bool ,
ref byte ,
ref bool ,
ref bool ,
ref short ,
ref short ,
ref double ,
ref double ,
ref short ,
ref bool
)