LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
DataPilotFieldAutoShowInfo Struct Referencepublished

contains the auto show information of a DataPilotField. More...

import"DataPilotFieldAutoShowInfo.idl";

Public Attributes

boolean IsEnabled
 specifies whether the AutoShow feature is enabled or not. More...
 
long ShowItemsMode
 specifies the mode which items have to be shown. More...
 
long ItemCount
 specifies the number of the items to show. More...
 
string DataField
 specifies the field where the values to show and select are taken from. More...
 

Detailed Description

contains the auto show information of a DataPilotField.

If enabled, only a number of items with the highest or lowest result values are shown. The other items are hidden automatically.

See also
com::sun::star::sheet::DataPilotField

Member Data Documentation

◆ DataField

string DataField

specifies the field where the values to show and select are taken from.

◆ IsEnabled

boolean IsEnabled

specifies whether the AutoShow feature is enabled or not.

◆ ItemCount

long ItemCount

specifies the number of the items to show.

◆ ShowItemsMode

long ShowItemsMode

specifies the mode which items have to be shown.

See also
com::sun::star::sheet::DataPilotFieldShowItemsMode

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