LnChangeType

Description

The LnChangeType enumeration contains the changes made in the workbook.

It is used by the ILanerBoxChangeEventArgs.Value property.

Available Values

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.

Comments

The start or end dates of the period, for which the data is displayed, are determined by the ILaner.StartDate and ILaner.EndDate properties.

The attributes, that are displayed in the workbook, are returned by the ILaner.AttributeColumns property.

See also:

Laner Assembly Enumerations