| LibreOffice
    LibreOffice 24.8 SDK API Reference | 
describes a change that was applied to the data. More...
import "ChartDataChangeEvent.idl";
 
  
| Public Attributes | |
| com::sun::star::chart::ChartDataChangeType | Type | 
| specifies the type of change to the data. | |
| short | StartColumn | 
| specifies the column number in which the changes begin. | |
| short | EndColumn | 
| specifies the column number in which the changes end. | |
| short | StartRow | 
| specifies the row number in which the changes begin. | |
| short | EndRow | 
| specifies the row number in which the changes end. | |
| Public Attributes inherited from EventObject | |
| com::sun::star::uno::XInterface | Source | 
| refers to the object that fired the event. | |
describes a change that was applied to the data.
| short EndColumn | 
specifies the column number in which the changes end.
| short EndRow | 
specifies the row number in which the changes end.
| short StartColumn | 
specifies the column number in which the changes begin.
| short StartRow | 
specifies the row number in which the changes begin.
specifies the type of change to the data.