The Row type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetCell |
Gets a Cell or Table from a certain column.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IsContent | ||
| IsEmpty |
Checks if the row is empty.
| |
| IsNestable | ||
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Process |
Processes the element by adding it (or the different parts) to a
IElementListener.
| |
| ToString | (Overrides Object..::..ToString()()()().) |
Fields
| Name | Description | |
|---|---|---|
| CELL | id of the Cell element in a Row | |
| cells | This is the array of Objects (Cell or Table). | |
| columns | This is the number of columns in the Row. | |
| currentColumn | This is a valid position the Row. | |
| horizontalAlignment | This is the horizontal alignment. | |
| NULL | id of a null element in a Row | |
| reserved | This is the array that keeps track of reserved cells. | |
| TABLE | id of the Table element in a Row |
Properties
| Name | Description | |
|---|---|---|
| Chunks |
Gets all the chunks in this element.
| |
| Columns |
Gets the number of columns.
| |
| HorizontalAlignment |
Gets the horizontal Element.
| |
| Type |
Gets the type of the text element.
|