SetPageOrientation

function SetPageOrientation(sPageOrientation: PageOrientation = null): void

Description

Sets the page orientation.

Parameters

sPageOrientationPageOrientationdefault: null

The page orientation type.

Returns

void

Try It

var oWorksheet = Api.GetActiveSheet();
oWorksheet.SetPageOrientation("xlPortrait");
var sPageOrientation = oWorksheet.GetPageOrientation();
oWorksheet.GetRange("A1").SetValue("Page orientation: ");
oWorksheet.GetRange("C1").SetValue(sPageOrientation);

Get Help

  • If you have any questions about ONLYOFFICE Docs, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).