GetProtectedRange

function GetProtectedRange(sTitle: string = null): ApiProtectedRange | "null"

Description

Returns a protected range object by its title.

Parameters

sTitlestringdefault: null

The title of the protected range that will be returned.

Returns

ApiProtectedRange | "null"

Try It

var oWorksheet = Api.GetActiveSheet();
oWorksheet.AddProtectedRange("protectedRange", "Sheet1!$A$1:$B$1");
var protectedRange = oWorksheet.GetProtectedRange("protectedRange");
protectedRange.SetTitle("protectedRangeNew");

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