| Visual Basic (Declaration) | |
|---|---|
Public Property FirstPageNumber As Short | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public short FirstPageNumber {get; set;} | |
Return Value
Short. The default value is PageSetup.FirstPageNumberAuto. With this value, the first page number will be chosen automatically.| C# | Copy Code |
|---|---|
sb.Sheets(0).PageSetup.BlackAndWhite = true; | |
| Visual Basic | Copy Code |
|---|---|
With sb.Sheets(0).PageSetup | |