Skip to content

GroupLocking

Source code

Description

https://openpyxl.readthedocs.io/en/stable/api/openpyxl.drawing.properties.html

Usage

GroupLocking(
  noGrp = NULL,
  noUngrp = NULL,
  noSelect = NULL,
  noRot = NULL,
  noChangeAspect = NULL,
  noChangeArrowheads = NULL,
  noMove = NULL,
  noResize = NULL,
  noEditPoints = NULL,
  noAdjustHandles = NULL,
  noChangeShapeType = NULL,
  extLst = NULL,
  ...
)

Arguments

noGrp noGrp
noUngrp noUngrp
noSelect noSelect
noRot noRot
noChangeAspect noChangeAspect
noChangeArrowheads noChangeArrowheads
noMove noMove
noResize noResize
noEditPoints noEditPoints
noAdjustHandles noAdjustHandles
noChangeShapeType noChangeShapeType
extLst extLst
Additional arguments, i.e. kwargs.

Value

An openpyxl Python object.

Examples

library("xlcharts")

GroupLocking()