xlnt
Public Attributes | List of all members
xlnt::sheet_pr Struct Reference

Public Attributes

optional< bool > sync_horizontal
 is horizontally synced to the anchor point More...
 
optional< bool > sync_vertical
 is vertically synced to the anchor point More...
 
optional< cell_referencesync_ref
 Anchor point for worksheet's window More...
 
optional< bool > transition_evaluation
 Lotus compatibility option More...
 
optional< bool > transition_entry
 Lotus compatibility option More...
 
optional< bool > published
 worksheet is published More...
 
optional< std::string > code_name
 stable name of the sheet More...
 
optional< bool > filter_mode
 worksheet has one or more autofilters or advanced filters on More...
 
optional< bool > enable_format_condition_calculation
 whether the conditional formatting calculations shall be evaluated More...
 

Member Data Documentation

◆ code_name

optional<std::string> xlnt::sheet_pr::code_name

stable name of the sheet

◆ enable_format_condition_calculation

optional<bool> xlnt::sheet_pr::enable_format_condition_calculation

whether the conditional formatting calculations shall be evaluated

◆ filter_mode

optional<bool> xlnt::sheet_pr::filter_mode

worksheet has one or more autofilters or advanced filters on

◆ published

optional<bool> xlnt::sheet_pr::published

worksheet is published

◆ sync_horizontal

optional<bool> xlnt::sheet_pr::sync_horizontal

is horizontally synced to the anchor point

◆ sync_ref

optional<cell_reference> xlnt::sheet_pr::sync_ref

Anchor point for worksheet's window

◆ sync_vertical

optional<bool> xlnt::sheet_pr::sync_vertical

is vertically synced to the anchor point

◆ transition_entry

optional<bool> xlnt::sheet_pr::transition_entry

Lotus compatibility option

◆ transition_evaluation

optional<bool> xlnt::sheet_pr::transition_evaluation

Lotus compatibility option


The documentation for this struct was generated from the following file: