The Row type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetCell
Gets a Cell or Table from a certain column.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsContent
Public methodIsEmpty
Checks if the row is empty.
Public methodIsNestable
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodProcess
Processes the element by adding it (or the different parts) to a IElementListener.
Public methodToString (Overrides Object..::..ToString()()()().)

Fields

  NameDescription
Public fieldStatic memberCELL
id of the Cell element in a Row
Protected fieldcells
This is the array of Objects (Cell or Table).
Protected fieldcolumns
This is the number of columns in the Row.
Protected fieldcurrentColumn
This is a valid position the Row.
Protected fieldhorizontalAlignment
This is the horizontal alignment.
Public fieldStatic memberNULL
id of a null element in a Row
Protected fieldreserved
This is the array that keeps track of reserved cells.
Public fieldStatic memberTABLE
id of the Table element in a Row

Properties

  NameDescription
Public propertyChunks
Gets all the chunks in this element.
Public propertyColumns
Gets the number of columns.
Public propertyHorizontalAlignment
Gets the horizontal Element.
Public propertyType
Gets the type of the text element.

See Also