:: 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