The LnChangeType enumeration contains the changes made in the workbook.
This enumeration is used by the following property:
Value | Brief description |
1 | CellValues. The cell values are changed. |
2 | ColumnCount. The number of columns is changed. |
4 | RowCount. The number of rows is changed. |
8 | Property_. The working area properties, the alteration of which should result in data table update. |
32 | LoadDatesChanged. The start or end dates of the period, for which the data is displayed, are changed. |
64 | AttributeValues. The attributes values are changed. |
255 | All. Everything is changed. |
LoadDatesChanged. The start or end dates of the period, for which the data is displayed, are determined by the ILaner.StartYear and ILaner.EndYear properties.
AttributeValues. The attributes, that are displayed in the workbook, are returned by the ILaner.AttributeColumns property.
See also: