The ILanerTable interface contains properties and methods that are used to work with the data table created as a result of calculation of the working area.
| Property name | Brief description | |
| Cell | The Cell property determines the value in the table cell. | |
| CellName | The CellName property returns cell name. | |
| CellRevision | The CellRevision property returns the latest revision when the cell data is changed. | |
| CellRevisionDimension | The CellRevisionDimension property returns the dictionary that contains data about revisions for the specified cell. | |
| CellType | The CellType property returns the type of a specified cell. | |
| ColumnCount | The ColumnCount property returns the number of table columns. | |
| CommentValues | The CommentValues property returns identifiers of the attributes that are responsible for creation of comments for observation in the specified cell. | |
| DataRights | The DataRights property returns data access permissions for the specified cell. | |
| FilterEndYear | The FilterEndYear property returns the last displayed date. | |
| FilterStartYear | The FilterStartYear property returns the first displayed date. | |
| FootnoteValues | The FootnoteValues property returns an array containing values of the footnotes created for a cell with specified coordinates. | |
| IsChanged | The IsChanged property returns whether the table data was changed. | |
| IsChangedCell | The IsChangedCell property returns whether the cell data was changed. | |
| IsEditableCell | The IsEditableCell property returns whether the cell is editable. | |
| IsEditing | The IsEditing property returns whether the table is in the edit mode. | |
| IsEvaluatedCell | The IsEvaluatedCell property returns whether the cell is calculable. | |
| IsVirtualCell | The IsVirtualCell property returns whether the cell does not belong to the series frequency. | |
| LeftHeader | The LeftHeader property returns the sidehead of a table header. | |
| PrefixValues | The PrefixValues property returns identifiers of the attributes that are responsible for creation of prefixes for observation in the specified cell. | |
| RowCount | The RowCount property returns the number of table rows. | |
| SeriesList | The SeriesList property returns the collection of workbook series. | |
| TopHeader | The TopHeader property returns the table top header. | |
| SuffixValues | The SuffixValues property returns identifiers of the attributes that are responsible for creation of suffixes for observation in the specified cell. |
| Method name | Brief description | |
| Edit | The Edit method activates the edit mode for data table. | |
| Post | The Post method exits edit mode without saving data. | |
| ReleaseCellValue | The ReleaseCellValue method copies the calculated value of the specified cell to the original series. |
See also: