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

RuntimeTableRow class. More...

Public Member Functions

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

Properties

RuntimeTableCellCollection Cells [get, set]
 Gets or sets the cells. More...
 
string ErrorDescription [get, set]
 Gets or sets the error description. More...
 
int PageIndex [get, set]
 Gets or sets the index of the page. More...
 
PageRectangleCollection PageRectangles [get, set]
 Gets or sets the page rectangles. More...
 
int Tag [get, set]
 Gets or sets the tag. More...
 
bool Valid [get, set]
 Gets or sets a value indicating whether this RuntimeTableRow is valid. More...
 

Description

RuntimeTableRow class.

Constructor & Destructor Documentation

Initializes a new instance of the RuntimeTableRow class.

Property Documentation

Gets or sets the cells.

The cells.

string ErrorDescription
getset

Gets or sets the error description.

The error description.

int PageIndex
getset

Gets or sets the index of the page.

The index of the page.

PageRectangleCollection PageRectangles
getset

Gets or sets the page rectangles.

The page rectangles.

int Tag
getset

Gets or sets the tag.

The tag.

bool Valid
getset

Gets or sets a value indicating whether this RuntimeTableRow is valid.

true if valid; otherwise, false.