Specifies the behavior for ActiveX server and client capabilities.
| ActiveX Enabled | Enables both ActiveX server and client functionality. |
| Transpose Arrays | Converts an MxN data array to NxM. Useful when the natural array format for a source or target is transposed. |
| Register Server | Registers ActiveX capability with the system on startup to make ActiveX clients aware of the server availability. |
| Transfer as Variants | Transfer binary data as an array of variants instead of a binary SafeArray. Usually slower, but useful for transferring data to and from some script languages. |
| Strong Registration | If selected, the ActiveX server remains active after the last connected client application terminates. In this case, a new client can connect to the server. The default is Weak Registration where the server no longer accepts new connections after the last connected client has terminated. |
Controls how the Worksheet image is displayed when embedded into another
application such as MS Excel or MS Word.
| Width | Sets the embedded image width in inches or millimeters. |
| Height | Sets the embedded image height in inches or millimeters. |
| Display Format | Sets the embedded image type as a vector line metafile or standard bitmap. The metafile type generally results in higher resolution. The bitmap type resembles the original screen display more closely. |
| Display Resolution | Sets the embedded metafile resolution to the resolution of the display or printer. Does not apply to bitmap images. |
| Print Format | Sets the printed output type as a vector line metafile or standard bitmap. The metafile type generally results in higher resolution. The bitmap type resembles the original screen display more closely. |
Specifies the default path for External Worksheet Documents (DWK) and
temporary files.
| DWK Path | The default path for saving and loading External Worksheet Documents (stand alone Worksheets with the .DWK extension). Automatic selects the system default normally partially based on the user name. |
| Temp Path | The default path for temporary files generated during calculations. Must have read/write privileges for the current user. Automatic selects the system default normally partially based on the user name. |