Language
Asturianu (ast)
Català (ca)
Čeština (cs)
Dansk (da)
Deutsch (de)
English [US] (en-US)
Español (es)
Esperanto (eo)
Eesti keel (et)
Euskara (eu)
Français (fr)
Gàidhlig (gd)
Galego (gl)
Italiano (it)
Lietuvių (lt)
Magyar (hu)
Nederlands (nl)
Norsk (no)
Polski (pl)
Português [do Brasil] (pt-BR)
Português [Europeu] (pt)
Română (ro)
Slovenčina (sk)
Slovenščina (sl)
Suomi (fi)
Svenska (sv)
Tiếng Việt (vi)
Türkçe (tr)
Հայերեն (hy)
Ελληνικά (el)
български език (bg)
Русский (ru)
Cрпски [ћирилицом] (sr)
עברית (he)
हिन्दी (hi)
ភាសាខ្មែរ (km)
தமிழ் (ta)
ภาษาไทย (th)
简体中文 (zh-CN)
正體中文 (zh-TW)
日本語 (ja)
한국어 (ko)
The Free and Open Productivity Suite
:: com :: sun :: star :: sheet ::
unpublished
constants group DataPilotOutputRangeType
Usage Restrictions
not published
Description
specifies region type of DataPilot table range
This constant set is used to indicate the type of output range desired when
XDataPilotTable2::getOutputRangeByType is called, which
returns a different cell range depending upon the value passed to it as the argument.
Since
OOo 3.0
See also
XDataPilotTable2
Constants
WHOLE
whole DataPilot output range including the header area above the table
where the filter and page field buttons are located.
TABLE
whole table but without the header area where the filter and page field
buttons are located.
RESULT
result area where the result values are displayed. This also includes
the column and row subtotal areas when they are displayed.
Constants' Details
WHOLE
const long WHOLE = 0;
Description
whole DataPilot output range including the header area above the table
where the filter and page field buttons are located.
TABLE
const long TABLE = 1;
Description
whole table but without the header area where the filter and page field
buttons are located.
RESULT
const long RESULT = 2;
Description
result area where the result values are displayed. This also includes
the column and row subtotal areas when they are displayed.
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.