SetRightMargin

function SetRightMargin(nPoints: number = null): void

Description

Sets the right margin of the sheet.

Parameters

nPointsnumberdefault: null

The right margin size measured in points.

Returns

void

Try It

var oWorksheet = Api.GetActiveSheet();
oWorksheet.SetRightMargin(20.8);
var nRightMargin = oWorksheet.GetRightMargin();
oWorksheet.GetRange("A1").SetValue("Right margin: " + nRightMargin + " mm");

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).