[]
Represents the table.
public class PageTable
| Name | Description |
|---|---|
| Attributes | Gets the attributesof the table. |
| Border | Gets or sets the border of the table. |
| BorderLines | Sets the border lines of the table. |
| Bounds | Gets or sets the bounds rectangle of the table. |
| CellPadding | Gets or sets the padding of the cells of the table. |
| CellSpacing | Gets or sets the spacing of the cells of the table. |
| Columns | Gets the columns of the table. |
| Rows | Gets the rows of the table. |
| Rules | Gets or sets the rules. |
| Summary | Gets or sets the summary of the table. |
| Name | Description |
|---|---|
| PerformLayout() | Performs the layout. |
| ResumeLayout() | Resumes the layout. |
| SuspendLayout() | Suspends the layout. |