LibreOffice
LibreOffice 7.4 SDK API Reference
Public Attributes | List of all members
ChartDataChangeEvent Struct Referencepublished

describes a change that was applied to the data. More...

import"ChartDataChangeEvent.idl";

Inheritance diagram for ChartDataChangeEvent:
EventObject

Public Attributes

com::sun::star::chart::ChartDataChangeType Type
 specifies the type of change to the data. More...
 
short StartColumn
 specifies the column number in which the changes begin. More...
 
short EndColumn
 specifies the column number in which the changes end. More...
 
short StartRow
 specifies the row number in which the changes begin. More...
 
short EndRow
 specifies the row number in which the changes end. More...
 
- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event. More...
 

Detailed Description

describes a change that was applied to the data.

Member Data Documentation

◆ EndColumn

short EndColumn

specifies the column number in which the changes end.

◆ EndRow

short EndRow

specifies the row number in which the changes end.

◆ StartColumn

short StartColumn

specifies the column number in which the changes begin.

◆ StartRow

short StartRow

specifies the row number in which the changes begin.

◆ Type

specifies the type of change to the data.


The documentation for this struct was generated from the following file: