'Declaration Public Overloads Function Repaginate( _ ByVal pageWidth As Double, _ ByVal pageHeight As Double _ ) As ImGearExcelSheetDocument
'Usage Dim instance As ImGearExcelBookPage Dim pageWidth As Double Dim pageHeight As Double Dim value As ImGearExcelSheetDocument value = instance.Repaginate(pageWidth, pageHeight)
public ImGearExcelSheetDocument Repaginate( double pageWidth, double pageHeight )
public: ImGearExcelSheetDocument* Repaginate( double pageWidth, double pageHeight )
public: ImGearExcelSheetDocument^ Repaginate( double pageWidth, double pageHeight )
Parameters
- pageWidth
- The desired width of the page in pixels.
- pageHeight
- The desired height of the page in pixels.