10#include "auto_filter.hpp"
14#include <ixion/address.hpp>
16namespace orcus {
namespace spreadsheet {
23 std::size_t identifier;
24 std::string_view name;
25 std::string_view totals_row_label;
26 totals_row_function_t totals_row_function;
42 std::string_view name;
44 bool show_first_column:1;
45 bool show_last_column:1;
46 bool show_row_stripes:1;
47 bool show_column_stripes:1;
64 typedef std::vector<table_column_t> columns_type;
66 std::size_t identifier;
68 std::string_view name;
69 std::string_view display_name;
71 ixion::abs_range_t range;
73 std::size_t totals_row_count;
Definition auto_filter.hpp:171