Orcus
Public Types | Public Member Functions | Public Attributes | List of all members
orcus::spreadsheet::table_t Struct Reference

#include <auto_filter.hpp>

Public Types

typedef std::vector< table_column_tcolumns_type
 

Public Member Functions

void reset ()
 

Public Attributes

size_t identifier
 
pstring name
 
pstring display_name
 
ixion::abs_range_t range
 
size_t totals_row_count
 
auto_filter_t filter
 
columns_type columns
 
table_style_t style
 

Detailed Description

Single table entry. A table is a range in a spreadsheet that represents a single set of data that can be used as a data source.