liborigin ..
Origin::Excel Struct Reference

#include <OriginObj.h>

Inheritance diagram for Origin::Excel:
Origin::Window

Public Member Functions

 Excel (const std::string &_name=std::string(), const std::string &_label=std::string(), int _maxRows=0, bool _hidden=false, bool _loose=true)
Public Member Functions inherited from Origin::Window
 Window (const std::string &_name=std::string(), const std::string &_label=std::string(), bool _hidden=false)

Public Attributes

bool loose
unsigned int maxRows
std::vector< SpreadSheetsheets
Public Attributes inherited from Origin::Window
time_t creationDate
Rect frameRect
bool hidden
std::string label
time_t modificationDate
std::string name
int objectID
State state
Title title
Color windowBackgroundColorBase
Color windowBackgroundColorEnd
ColorGradientDirection windowBackgroundColorGradient

Additional Inherited Members

Public Types inherited from Origin::Window
enum  State { Normal , Minimized , Maximized }
enum  Title { Name , Label , Both }

Constructor & Destructor Documentation

◆ Excel()

Origin::Excel::Excel ( const std::string & _name = std::string(),
const std::string & _label = std::string(),
int _maxRows = 0,
bool _hidden = false,
bool _loose = true )
inlineexplicit

Member Data Documentation

◆ loose

bool Origin::Excel::loose

Referenced by Excel().

◆ maxRows

unsigned int Origin::Excel::maxRows

Referenced by Excel().

◆ sheets

std::vector<SpreadSheet> Origin::Excel::sheets

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