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
|
|
Syntax
com::sun::star::chart::ChartDataChangeType Type;
Description
specifies the type of change to the data.
Syntax
short StartColumn;
Description
specifies the column number in which the changes begin.
Syntax
short EndColumn;
Description
specifies the column number in which the changes end.
Syntax
short StartRow;
Description
specifies the row number in which the changes begin.
Syntax
short EndRow;
Description
specifies the row number in which the changes end.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.