WorkbookSettingsSetPageOrientationType Method |
Set the type of print orientation for the whole workbook.
Namespace:
Aspose.Cells
Assembly:
Aspose.Cells (in Aspose.Cells.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic void SetPageOrientationType(
PageOrientationType pageOrientationType
)
Public Sub SetPageOrientationType (
pageOrientationType As PageOrientationType
)
public:
void SetPageOrientationType(
PageOrientationType pageOrientationType
)
member SetPageOrientationType :
pageOrientationType : PageOrientationType -> unit
Parameters
- pageOrientationType
- Type: Aspose.CellsPageOrientationType
The PageOrientationType
See Also