|
1 | 1 | # **analyzedTableDescription** |
2 | 2 |
|
3 | | - |
| 3 | +Represents analyzed table description. |
4 | 4 |
|
5 | 5 | ## **Properties** |
6 | 6 |
|
7 | 7 | | Property Name | Property Type | Nullable | ReadOnly | DefaultValue | Description | |
8 | 8 | | :- | :- | :- |:- | :- | :- | |
9 | | -|Name|String|true|false | || |
10 | | -|SheetName|String|true|false | || |
11 | | -|Columns|Container|true|false | || |
12 | | -|DateColumns|Container|true|false | || |
13 | | -|NumberColumns|Container|true|false | || |
14 | | -|TextColumns|Container|true|false | || |
15 | | -|ExceptionColumns|Container|true|false | || |
16 | | -|HasTableHeaderRow|Boolean|true|false | || |
17 | | -|HasTableTotalRow|Boolean|true|false | || |
18 | | -|StartDataColumnIndex|Integer|true|false | || |
19 | | -|EndDataColumnIndex|Integer|true|false | || |
20 | | -|StartDataRowIndex|Integer|true|false | || |
21 | | -|EndDataRowIndex|Integer|true|false | || |
22 | | -|Thumbnail|String|true|false | |Base64String| |
23 | | -|DiscoverCharts|Container|true|false | || |
24 | | -|DiscoverPivotTables|Container|true|false | || |
| 9 | +|Name|String|true|false | |Represents table name.| |
| 10 | +|SheetName|String|true|false | |Represents worksheet name which is where the table is located.| |
| 11 | +|Columns|Container|true|false | |Represents analyzed description about table columns.| |
| 12 | +|DateColumns|Container|true|false | |Represents date columns list.| |
| 13 | +|NumberColumns|Container|true|false | |Represents number columns list.| |
| 14 | +|TextColumns|Container|true|false | |Represents string columns list.| |
| 15 | +|ExceptionColumns|Container|true|false | |Represents exception columns list.| |
| 16 | +|HasTableHeaderRow|Boolean|true|false | |Represents there is a table header in the table.| |
| 17 | +|HasTableTotalRow|Boolean|true|false | |Represents there is a total row in the table.| |
| 18 | +|StartDataColumnIndex|Integer|true|false | |Represents the column index as the start data column.| |
| 19 | +|EndDataColumnIndex|Integer|true|false | |Represents the column index as the end data column.| |
| 20 | +|StartDataRowIndex|Integer|true|false | |Represents the row index as the start data row.| |
| 21 | +|EndDataRowIndex|Integer|true|false | |Represents the row index as the end data row.| |
| 22 | +|Thumbnail|String|true|false | |Represents table thumbnail. Base64String| |
| 23 | +|DiscoverCharts|Container|true|false | |Represents a collection of charts, which is a collection of charts created based on data analysis of a table.| |
| 24 | +|DiscoverPivotTables|Container|true|false | |Represents a collection of pivot tables, which is a collection of pivot tables created based on data analysis of a table.| |
25 | 25 |
|
0 commit comments