ProtectedRange
class ProtectedRange extends Collection (View source)
Properties
| protected | $collection_key | ||
| string | $description | ||
| protected | $editorsType | ||
| protected | $editorsDataType | ||
| string | $namedRangeId | ||
| int | $protectedRangeId | ||
| protected | $rangeType | ||
| protected | $rangeDataType | ||
| bool | $requestingUserCanEdit | ||
| protected | $unprotectedRangesType | ||
| protected | $unprotectedRangesDataType | ||
| bool | $warningOnly |
Methods
setDescription($description)
No description
string
getDescription()
No description
getEditors()
No description
setNamedRangeId($namedRangeId)
No description
string
getNamedRangeId()
No description
setProtectedRangeId($protectedRangeId)
No description
int
getProtectedRangeId()
No description
setRequestingUserCanEdit($requestingUserCanEdit)
No description
bool
getRequestingUserCanEdit()
No description
setUnprotectedRanges($unprotectedRanges)
No description
getUnprotectedRanges()
No description
setWarningOnly($warningOnly)
No description
bool
getWarningOnly()
No description
Details
setDescription($description)
No description
string
getDescription()
No description
setEditors(Editors $editors)
No description
Editors
getEditors()
No description
setNamedRangeId($namedRangeId)
No description
string
getNamedRangeId()
No description
setProtectedRangeId($protectedRangeId)
No description
int
getProtectedRangeId()
No description
setRange(GridRange $range)
No description
GridRange
getRange()
No description
setRequestingUserCanEdit($requestingUserCanEdit)
No description
bool
getRequestingUserCanEdit()
No description
setUnprotectedRanges($unprotectedRanges)
No description
GridRange[]
getUnprotectedRanges()
No description
setWarningOnly($warningOnly)
No description
bool
getWarningOnly()
No description