:: com :: sun :: star :: sheet ::
|
service DataPilotSource |
- Description
- represents a data pilot source.
A component that implements this service can be used as data source
for a data pilot table in a spreadsheet document.
- Developers Guide
- Spreadsheets - Source Object
|
Exported Interfaces - Summary |
XDimensionsSupplier |
provides access to the collection of the dimensions of the data
pilot source.
|
XDataPilotResults |
gives access to the results of the data pilot table.
|
::com::sun::star::util::XRefreshable |
provides methods to refresh the data pilot table, that means to
read the data again from the data pilot source.
|
::com::sun::star::beans::XPropertySet |
provides access to the properties.
|
Properties' Summary |
boolean
ColumnGrand |
specifies if grand totals for the columns are inserted.
|
boolean
RowGrand |
specifies if grand totals for the rows are inserted.
|
[ readonly ] long
RowFieldCount |
[ OPTIONAL ]
specifies the number of row fields.
|
[ readonly ] long
ColumnFieldCount |
[ OPTIONAL ]
specifies the number of column fields.
|
[ readonly ] long
DataFieldCount |
[ OPTIONAL ]
specifies the number of data fields.
|
Properties' Details |
ColumnGrand
boolean ColumnGrand;
- Description
- specifies if grand totals for the columns are inserted.
|
|
RowGrand
boolean RowGrand;
- Description
- specifies if grand totals for the rows are inserted.
|
|
RowFieldCount
[ readonly ] long RowFieldCount;
- Usage Restrictions
- optional
- Description
- specifies the number of row fields.
- Since
- OOo 3.0
|
|
ColumnFieldCount
[ readonly ] long ColumnFieldCount;
- Usage Restrictions
- optional
- Description
- specifies the number of column fields.
- Since
- OOo 3.0
|
|
DataFieldCount
[ readonly ] long DataFieldCount;
- Usage Restrictions
- optional
- Description
- specifies the number of data fields.
- Since
- OOo 3.0
|
|
Top of Page
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.