Sets or returns whether Excel should determine the first page number for the printed worksheet. Setting the FirstPageNumber property will set this property to false.

<table class="wysiwyg-macro" data-macro-name="unmigrated-wiki-markup" style="background-image: url(/plugins/servlet/confluence/placeholder/macro-heading?definition=e3VubWlncmF0ZWQtd2lraS1tYXJrdXB9&amp;locale=en_GB&amp;version=2); background-repeat: no-repeat;" data-macro-body-type="PLAIN_TEXT"><tr><td class="wysiwyg-macro-body"><pre>
 public boolean FirstPageNumberAuto{ get; set; }
</pre></td></tr></table>
<p>Public Property FirstPageNumberAuto() As Boolean</p>

          //--- Get FirstPageNumberAuto
          bool firstPageAuto = ps.FirstPageNumberAuto;

          //--- Set FirstPageNumberAuto
          ps.FirstPageNumberAuto = true;
        

          '--- Get FirstPageNumberAuto
          Dim firstPageAuto As Boolean = ps.FirstPageNumberAuto

          '--- Set FirstPageNumberAuto
          ps.FirstPageNumberAuto = False