ColumnAction
Overview
This enum is used while firing a DataColumnChanged event to define what had happened with the specific column.
Location
- Reference: com.remobjects.dataabstract.jar
- Package: com.remobjects.dataabstract.data
Value | Description |
---|---|
Add | A new column has been added to the data table. |
Delete | The column has been deleted from the data table. |
Nothing | Default value of the property. |