lxw_protection

@brief Worksheet protection options.

Members

Variables

autofilter
uint8_t autofilter;

Prevent filtering data.

delete_columns
uint8_t delete_columns;

Prevent deletion of columns.

delete_rows
uint8_t delete_rows;

Prevent deletion of rows.

format_cells
uint8_t format_cells;

Prevent formatting of cells.

format_columns
uint8_t format_columns;

Prevent formatting of columns.

format_rows
uint8_t format_rows;

Prevent formatting of rows.

insert_columns
uint8_t insert_columns;

Prevent insertion of columns.

insert_hyperlinks
uint8_t insert_hyperlinks;

Prevent insertion of hyperlinks.

insert_rows
uint8_t insert_rows;

Prevent insertion of rows.

no_select_locked_cells
uint8_t no_select_locked_cells;

Turn off selection of locked cells. This in on in Excel by default.

no_select_unlocked_cells
uint8_t no_select_unlocked_cells;

Turn off selection of unlocked cells. This in on in Excel by default.

objects
uint8_t objects;

Protect drawing objects.

pivot_tables
uint8_t pivot_tables;

Prevent insertion of pivot tables.

scenarios
uint8_t scenarios;

Protect scenarios.

sort
uint8_t sort;

Prevent sorting data.

Meta