Difference between revisions of "Documentation/DevGuide/Spreadsheets/Navigating"
From Apache OpenOffice Wiki
< Documentation | DevGuide
OOoWikiBot (talk | contribs) m (FINAL VERSION FOR L10N) |
|||
| Line 10: | Line 10: | ||
Unlike other document models that provide access to their content by content suppliers, the spreadsheet document contains properties that allow direct access to various containers. | Unlike other document models that provide access to their content by content suppliers, the spreadsheet document contains properties that allow direct access to various containers. | ||
| − | {{ | + | {{Warn|This design inconsistency may be changed in future versions. The properties remain for compatibility.}} |
The properties allow access to various containers: | The properties allow access to various containers: | ||
Latest revision as of 07:35, 12 July 2018
Unlike other document models that provide access to their content by content suppliers, the spreadsheet document contains properties that allow direct access to various containers.
| This design inconsistency may be changed in future versions. The properties remain for compatibility. |
The properties allow access to various containers:
NamedRanges: The container with all the named ranges. See Named Ranges.ColumnLabelRangesandRowLabelRanges: Containers with row labels and column labels. See Label Ranges.DatabaseRanges: The container with all database ranges. See Database Ranges.SheetLinks,AreaLinksandDDELinks: Containers with external links. See Sheet Links.
| Content on this page is licensed under the Public Documentation License (PDL). |