LibreOffice
LibreOffice 24.2 SDK API Reference
|
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... | |
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.
string DataField |
specifies the field where the values to show and select are taken from.
boolean IsEnabled |
specifies whether the AutoShow feature is enabled or not.
long ItemCount |
specifies the number of the items to show.
long ShowItemsMode |
specifies the mode which items have to be shown.