LibreOffice
LibreOffice 7.4 SDK API Reference
Public Types | Public Attributes | List of all members
DataPilotTableResultData Struct Reference

information about a cell positioned within the result area of a DataPilot table. More...

import"DataPilotTableResultData.idl";

Public Types

typedef sequence< DataPilotFieldFilterFieldFilters
 This is a set of filter criteria that can be used to re-create those data rows that contribute to the value shown in the cell. More...
 

Public Attributes

long DataFieldIndex
 This is a 0-based index that specifies which data field the data displayed in the cell is for; the value of 0 means the cell is for the first data field, 1 for the second, and so on. More...
 
DataResult Result
 more information about the result contained in the DataResult type. More...
 

Detailed Description

information about a cell positioned within the result area of a DataPilot table.

DataPilotTableResultData contains information about a particular cell positioned within the result area of a DataPilot table.

See also
com::sun::star::sheet::DataPilotTablePositionData
com::sun::star::sheet::DataPilotTablePositionType
com::sun::star::sheet::DataPilotFieldFilter
com::sun::star::sheet::DataResult
Since
OOo 3.0

Member Typedef Documentation

◆ FieldFilters

This is a set of filter criteria that can be used to re-create those data rows that contribute to the value shown in the cell.

See also
com::sun::star::sheet::DataPilotFieldFilter

Member Data Documentation

◆ DataFieldIndex

long DataFieldIndex

This is a 0-based index that specifies which data field the data displayed in the cell is for; the value of 0 means the cell is for the first data field, 1 for the second, and so on.

◆ Result

DataResult Result

more information about the result contained in the DataResult type.

See also
com::sun::star::sheet::DataResult

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