PageSetup.FirstPageNumber Property

Definition

Returns or sets the first page number that will be used when this sheet is printed. If xlAutomatic, Microsoft Excel chooses the first page number. The default is xlAutomatic.

public:
 property int FirstPageNumber { int get(); void set(int value); };
public int FirstPageNumber { get; set; }
Public Property FirstPageNumber As Integer

Property Value

Applies to