| Name | Type | Description | Notes |
|---|---|---|---|
| link | Link | [optional] | |
| show_totals | bool | Gets and sets whether this ListObject show total row. | [optional] |
| table_style_type | str | Gets and the built-in table style. | [optional] |
| display_name | str | Gets and sets the display name.Gets the data range of the ListObject. | [optional] |
| show_header_row | bool | Gets and sets whether this ListObject show header row. | [optional] |
| start_column | int | Gets the start column of the range. | [optional] |
| show_table_style_last_column | bool | Indicates whether the last column in the table should have the style applied. | [optional] |
| show_table_style_column_stripes | bool | Indicates whether column stripe formatting is applied. | [optional] |
| show_table_style_first_column | bool | Inidicates whether the first column in the table should have the style applied. | [optional] |
| start_row | int | Gets the start row of the range. | [optional] |
| auto_filter | AutoFilter | Gets auto filter. | [optional] |
| show_table_style_row_stripes | bool | Indicates whether row stripe formatting is applied. | [optional] |
| end_column | int | Gets the end column of the range. | [optional] |
| table_style_name | str | Gets and sets the table style name. | [optional] |
| list_columns | list[ListColumn] | Gets ListColumns of the ListObject. | [optional] |
| end_row | int | Gets the end row of the range. | [optional] |