AsposeCellsCloud::Object::ListObject

Load the model package

use AsposeCellsCloud::Object::ListObject;

Properties

Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- link | Link | | [optional] show_totals | boolean | Gets and sets whether this ListObject show total row. | [optional] table_style_type | string | Gets and the built-in table style. | [optional] display_name | string | Gets and sets the display name.Gets the data range of the ListObject. | [optional] show_header_row | boolean | 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 | boolean | Indicates whether the last column in the table should have the style applied. | [optional] show_table_style_column_stripes | boolean | Indicates whether column stripe formatting is applied. | [optional] show_table_style_first_column | boolean | 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 | boolean | Indicates whether row stripe formatting is applied. | [optional] end_column | int | Gets the end column of the range. | [optional] table_style_name | string | Gets and sets the table style name. | [optional] list_columns | ARRAY[ListColumn] | Gets ListColumns of the ListObject. | [optional] end_row | int | Gets the end row of the range. | [optional]

[Back to Model list] [Back to API list] [Back to README]