Page tree
    Created with Raphaël 2.1.0
    Loading...
Skip to end of metadata
Go to start of metadata

Description

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.
C#
<p> public boolean FirstPageNumberAuto{ get; set; }</p>
vb.net
<p>Public Property FirstPageNumberAuto() As Boolean</p>

Examples

C#
//--- Get FirstPageNumberAuto
bool firstPageAuto = ps.FirstPageNumberAuto;
 
//--- Set FirstPageNumberAuto
ps.FirstPageNumberAuto = true;
vb.net
'--- Get FirstPageNumberAuto
Dim firstPageAuto As Boolean = ps.FirstPageNumberAuto
 
'--- Set FirstPageNumberAuto
ps.FirstPageNumberAuto = False

  • No labels