CellInfo Struct Reference

Data about a sheet's row or column (page, size, location). More...

List of all members.

Public Member Functions

 CellInfo ()
 CellInfo (int n, double d, double dS)
 Constructor.
 CellInfo (const CellInfo &other)
 Copy constructor.
void Set (int n, double d, double dS)
 Data setting function.

Public Attributes

int nPage
 The page into which this row or column is printed.
double dPos
 The location in the page.
double dEnd
 The end location in the page.

Detailed Description

Data about a sheet's row or column (page, size, location).

Definition at line 21449 of file sqlite3.c.


Constructor & Destructor Documentation

CellInfo::CellInfo (  )  [inline]

Default ctor

Definition at line 592 of file CCPDFExcelAddinObj.cpp.

CellInfo::CellInfo ( int  n,
double  d,
double  dS 
) [inline]

Constructor.

Parameters:
n Page number
d Location within the page
dS Size (height of row, width of column)

Definition at line 599 of file CCPDFExcelAddinObj.cpp.

CellInfo::CellInfo ( const CellInfo other  )  [inline]

Copy constructor.

Parameters:
other structure to copy

Definition at line 604 of file CCPDFExcelAddinObj.cpp.


Member Function Documentation

void CellInfo::Set ( int  n,
double  d,
double  dS 
) [inline]

Data setting function.

Parameters:
n Page number
d Location within the page
dS Size (height of row, width of column)

Definition at line 619 of file CCPDFExcelAddinObj.cpp.

References dEnd, dPos, and nPage.


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

Generated on Mon Jun 18 12:52:50 2012 for Excel to PDF Converter by doxygen 1.6.1