The Row type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Row |
Initialize a new instance of the row class.
|
Methods
| Name | Description | |
|---|---|---|
| Clone |
Clones a Row.
(Overrides Bordered..::..Clone()()()().) | |
| Compose |
Implement this method in a derived class to generate content
dynamically.
| |
| 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.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Read(String) |
Read from XML file.
(Inherited from Object.) | |
| Read(XmlElement) |
Read from XML element.
(Inherited from Object.) | |
| Read(XmlReader) |
Read from XML reader.
(Inherited from Object.) | |
| ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
| Border |
Get or set the border around this content element.
Default is null, meaning that there is no border.
(Inherited from Bordered.) | |
| Cells |
Get all cells in this row.
| |
| DoNotBreak |
Get or set if the row may break across pages.
| |
| Margin |
Get or set the margin of a border.
(Inherited from Bordered.) | |
| MinHeight |
Get or set the minimum height of this row.
| |
| Padding |
Get or set the padding of a border.
(Inherited from Bordered.) |