All Classes Namespaces Functions Properties Pages
Public Member Functions | Properties | List of all members
RuntimeTableColumn Class Reference

RuntimeTableColumn class. More...

Public Member Functions

 RuntimeTableColumn ()
 Initializes a new instance of the RuntimeTableColumn class. More...
 

Properties

int ColumnType [get, set]
 Gets or sets the type. More...
 
double DoubleSum [get, set]
 Gets or sets the double sum. More...
 
int EndPage [get, set]
 Gets or sets the end page. More...
 
string Name [get, set]
 Gets or sets the name. More...
 
PageRectangleCollection PageRectangles [get, set]
 Gets or sets the page rectangle collection. More...
 
int StartPage [get, set]
 Gets or sets the start page. More...
 
int Sum [get, set]
 Gets or sets the sum. More...
 

Description

RuntimeTableColumn class.

Constructor & Destructor Documentation

Initializes a new instance of the RuntimeTableColumn class.

Property Documentation

int ColumnType
getset

Gets or sets the type.

The type.

double DoubleSum
getset

Gets or sets the double sum.

The double sum.

int EndPage
getset

Gets or sets the end page.

The index of the end page.

string Name
getset

Gets or sets the name.

The name.

PageRectangleCollection PageRectangles
getset

Gets or sets the page rectangle collection.

The page rectangle collection.

int StartPage
getset

Gets or sets the start page.

The index of the start page.

int Sum
getset

Gets or sets the sum.

The sum.