Syntax
interface XTableChart : com::sun::star::uno::XInterface ;
Known Services Which Export this Interface
|
com::sun::star::table::TableChart -
Method Details
|
|
Syntax
- boolean getHasColumnHeaders
();
Returns
-
whether the first row of data is interpreted as column headers or data.
Syntax
- void setHasColumnHeaders
(
- boolean bHasColumnHeaders );
Description
specifies whether the first row of data is interpreted as column headers or data.
Syntax
- boolean getHasRowHeaders
();
Returns
-
whether the first column of data is interpreted as row headers or data.
Syntax
- void setHasRowHeaders
(
- boolean bHasRowHeaders );
Description
specifies whether the first column of data is interpreted as row headers or data.
Syntax
- sequence< com::sun::star::table::CellRangeAddress > getRanges
();
Returns
-
the cell ranges that contain the data for the chart.
Syntax
- void setRanges
(
- sequence< com::sun::star::table::CellRangeAddress > aRanges );
Description
sets the cell ranges that contain the data
for the chart.
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.