:: com :: sun :: star :: sheet ::
|
constants group SpreadsheetViewObjectsMode |
- Description
- Constants that control how embedded objects are shown in the view.
|
Constants |
SHOW |
Specifies to display a specific set of objects in the spreadsheet view.
|
HIDE |
Specifies to hide a specific set of objects from the spreadsheet view.
|
Constants' Details |
SHOW
const short SHOW = 0;
- Description
- Specifies to display a specific set of objects in the spreadsheet view.
|
|
HIDE
const short HIDE = 1;
- Description
- Specifies to hide a specific set of objects from the spreadsheet view.
|
|
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.