Top   Module   Use   Manual   Index 

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

struct ChartDataChangeEvent

Base Struct
com::sun::star::lang::EventObject

Description
describes a change that was applied to the data.


Elements

com::sun::star::chart::ChartDataChangeType Type
Description
specifies the type of change to the data.
short StartColumn
Description
specifies the column number in which the changes begin.
short EndColumn
Description
specifies the column number in which the changes end.
short StartRow
Description
specifies the row number in which the changes begin.
short EndRow
Description
specifies the row number in which the changes end.
Top of Page