struct ChartDataChangeEvent in module com::sun::star::chart::

(Global Index)

Syntax

struct ChartDataChangeEvent : com::sun::star::lang::EventObject ;

Description

describes a change that was applied to the data.

Field Summary

Type specifies the type of change to the data.

StartColumn specifies the column number in which the changes begin.

EndColumn specifies the column number in which the changes end.

StartRow specifies the row number in which the changes begin.

EndRow specifies the row number in which the changes end.

Field Details



Type

Syntax

com::sun::star::chart::ChartDataChangeType Type;

Description

specifies the type of change to the data.


StartColumn

Syntax

short StartColumn;

Description

specifies the column number in which the changes begin.


EndColumn

Syntax

short EndColumn;

Description

specifies the column number in which the changes end.


StartRow

Syntax

short StartRow;

Description

specifies the row number in which the changes begin.


EndRow

Syntax

short EndRow;

Description

specifies the row number in which the changes end.

Top of Page