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

enum SheetLinkMode

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