:: com :: sun :: star :: sheet ::

enum SheetLinkMode
Description
used to specify how a sheet is linked to another sheet.
See also
SheetLinks, SheetLink, XSheetLinkable

Values
NONE sheet is not linked.  
NORMAL all contents (values and formulas) are copied.  
VALUE instead of using formulas, the result values are copied.  
Values' Details
NONE
NONE,
Description
sheet is not linked.
NORMAL
NORMAL,
Description
all contents (values and formulas) are copied.
VALUE
VALUE,
Description
instead of using formulas, the result values are copied.
Top of Page