ooodev.format.inner.common.props.struct_cell_protection_props module
- namedtuple ooodev.format.inner.common.props.struct_cell_protection_props.StructCellProtectionProps(hide_all, hide_formula, protected, hide_print)[source]
Bases:
NamedTuple
Internal Properties
- Fields:
hide_all (
str
) – Alias for field number 0hide_formula (
str
) – Alias for field number 1protected (
str
) – Alias for field number 2hide_print (
str
) – Alias for field number 3