| GrapeCity.CalcEngine.Expressions Namespace : ITableStruct Interface | 
The following tables list the members exposed by ITableStruct.
| Name | Description | |
|---|---|---|
|  | EndColumn | The end column index of the table. | 
|  | EndRow | The end row index of the table, it's same as the totals's row index. | 
|  | HasHeadersRow | Indicate the table has header row. | 
|  | HasTotalsRow | Indicate the table has totals row. | 
|  | Name | The table name. | 
|  | Source | |
|  | StartColumn | The start column index of the table. | 
|  | StartRow | The start row index of the table, it's same as the header's row index. | 
| Name | Description | |
|---|---|---|
|  | GetColumnIndexInTable | Get the column index. | 
|  | GetColumnName | Get the column name. |