enum ChartDataChangeType in module com::sun::star::chart::

(Global Index)

Syntax

enum ChartDataChangeType;

Description

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

Values Summary

ALL Major changes were applied to the data.

DATA_RANGE The range of columns and rows, given in the ChartDataChangeEvent , has changed.

COLUMN_INSERTED The column given in the ChartDataChangeEvent , was inserted.

ROW_INSERTED The row given in the ChartDataChangeEvent , was inserted.

COLUMN_DELETED The column given in the ChartDataChangeEvent , was deleted.

ROW_DELETED The row given in the ChartDataChangeEvent , was deleted.

Values Details



ALL

Syntax

ALL,

Description

Major changes were applied to the data.


DATA_RANGE

Syntax

DATA_RANGE,

Description

The range of columns and rows, given in the ChartDataChangeEvent , has changed.


COLUMN_INSERTED

Syntax

COLUMN_INSERTED,

Description

The column given in the ChartDataChangeEvent , was inserted.


ROW_INSERTED

Syntax

ROW_INSERTED,

Description

The row given in the ChartDataChangeEvent , was inserted.


COLUMN_DELETED

Syntax

COLUMN_DELETED,

Description

The column given in the ChartDataChangeEvent , was deleted.


ROW_DELETED

Syntax

ROW_DELETED,

Description

The row given in the ChartDataChangeEvent , was deleted.

Top of Page