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

RuntimeTableCell2 class. More...

Public Member Functions

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

Properties

int Column [get, set]
 Gets or sets the column. either ColumnId or ColumnName or Column is enough for cell identification More...
 
string ColumnId [get, set]
 Gets or sets the column. either ColumnId or ColumnName or Column is enough for cell identification More...
 
string ColumnName [get, set]
 Gets or sets the column. either ColumnId or ColumnName or Column is enough for cell identification More...
 
int Row [get, set]
 Gets or sets the row. More...
 
FieldSystemProperties SystemProperties [get, set]
 Gets or sets the system properties. More...
 
object Value [get, set]
 Gets or sets the value. More...
 

Description

RuntimeTableCell2 class.

Constructor & Destructor Documentation

Initializes a new instance of the RuntimeTableCell2 class.

Property Documentation

int Column
getset

Gets or sets the column. either ColumnId or ColumnName or Column is enough for cell identification

The column.

string ColumnId
getset

Gets or sets the column. either ColumnId or ColumnName or Column is enough for cell identification

The column.

string ColumnName
getset

Gets or sets the column. either ColumnId or ColumnName or Column is enough for cell identification

The column.

int Row
getset

Gets or sets the row.

The row.

FieldSystemProperties SystemProperties
getset

Gets or sets the system properties.

The system properties.

object Value
getset

Gets or sets the value.

The value.