Exported Interfaces |
::com::sun::star::util::XReplaceable |
- Description
- provides "Find & Replace" functionality.
The property
::com::sun::star::util::SearchDescriptor::SearchWords
has a different meaning in spreadsheets: If set to true , the
spreadsheet searches for cells containing the serch text only.
|
::com::sun::star::util::XIndent |
- Description
- provides modifying the cell indentation.
|
XSheetOperation |
- Description
- provides computation of a value based on the contents of all
cells of this range and to clear specific cells.
|
::com::sun::star::chart::XChartDataArray |
- Description
- provides modifying the source data cells of a chart and makes
it possible to learn about changes in the cell values.
|
XSheetCellRangeContainer |
- Description
- provides methods to access cell ranges via index and to add and
remove cell ranges.
|
::com::sun::star::container::XEnumerationAccess |
- Description
- creates an enumeration of all cell ranges.
|
::com::sun::star::container::XNameContainer |
- Description
- provides access of the cell ranges via an user-defined name.
Later the range can be found, replaced or removed using that
name.
|
Properties' Details |
ConditionalFormat
XSheetConditionalEntries ConditionalFormat;
- Description
- contains the conditional formatting settings for this cell.
After a conditional format has been changed it has to be
reinserted into the property set.
- See also
- TableConditionalFormat
|
|
ConditionalFormatLocal
XSheetConditionalEntries ConditionalFormatLocal;
- Usage Restrictions
- optional
- Description
- contains the conditional formatting settings for this cell,
using localized formulas.
After a conditional format has been changed it has to be
reinserted into the property set.
- See also
- TableConditionalFormat
|
|
Validation
::com::sun::star::beans::XPropertySet Validation;
- Description
- contains the data validation settings for this cell.
After the data validation settings have been changed the
validation has to be reinserted into the property set.
- See also
- TableValidation
|
|
ValidationLocal
::com::sun::star::beans::XPropertySet ValidationLocal;
- Usage Restrictions
- optional
- Description
- contains the data validation settings for this cell,
using localized formulas.
After the data validation settings have been changed the
validation has to be reinserted into the property set.
- See also
- TableValidation
|
|
AbsoluteName
[ readonly ] string AbsoluteName;
- Usage Restrictions
- optional
- Description
- Returns the absolute adress of the ranges as string, e.g. "$Sheet1.$B$2:$D$5".
|
|
Copyright © 2003 Sun Microsystems, Inc.