PageSetup.FirstPageNumber Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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