aspose.cells

Class PageStartSavingArgs

Info for a page starts saving process.

Property Getters/Setters Summary
functionisToOutput()
function
           Gets or sets a value indicating whether the page should be output. The default value is true.
functiongetPageCount()
Total page count.
functiongetPageIndex()
Current page index, zero based.
 

    • Property Getters/Setters Detail

      • isToOutput/setToOutput : boolean 

        function isToOutput() / function setToOutput(value)
        
        Gets or sets a value indicating whether the page should be output. The default value is true.
      • getPageIndex : Number 

        function getPageIndex()
        
        Current page index, zero based.
      • getPageCount : Number 

        function getPageCount()
        
        Total page count.