| Visual Basic (Declaration) | |
|---|---|
Public Property FitToPagesTall As Short | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public short FitToPagesTall {get; set;} | |
Return Value
Short.| C# | Copy Code |
|---|---|
sb.Sheets[0].PageSetup.FitToPagesTall = 2; | |
| Visual Basic | Copy Code |
|---|---|
sb.Sheets(0).PageSetup.FitToPagesTall = 2 | |
If the Zoom property is set to True, this property is ignored.