| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| summaryTable | ISSummaryTable | The Summary Table object. | ||
| tableWidth | String | Optional | The HTML table Width (unless the table specifies its own HtmlWidth property). If omitted, a value of 100% is assumed. | |
| tableMinWidth | String | Optional | The Minimum Table Width, e.g. "20em". | |
| maxDisplayRows | Integer | Optional | <para> The Maximum number of Rows to display. If exceeded, a hyperlink will be provider to show all. A value of 0 indicates to display all rows or use the MaxDisplayRows value supplied on the Summary Table. </para> <para> Each Row can also have its Visible property set to False and each table can optionally specify the a MaxDisplayRows property. </para> If omitted, a value of 0 is assumed. | |
| showHiddenRowsCaption | String | Optional | The Caption for the link to show all Rows. | |
| align | String | Optional | The 'Align' attribute to apply to the table. |
A String value.