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