Top   Module   Use   Manual   Index 

com :: sun :: star :: chart ::

enum ChartDataChangeType


Description
specifies the type of change that was applied to the data.


Values

ALL
Description
Major changes were applied to the data.
DATA_RANGE
Description
The range of columns and rows, given in the ChartDataChangeEvent , has changed.
COLUMN_INSERTED
Description
The column given in the ChartDataChangeEvent , was inserted.
ROW_INSERTED
Description
The row given in the ChartDataChangeEvent , was inserted.
COLUMN_DELETED
Description
The column given in the ChartDataChangeEvent , was deleted.
ROW_DELETED
Description
The row given in the ChartDataChangeEvent , was deleted.
Top of Page