aspose.diagram
Class OptionsValue

Utility class containing constants. Optional unsigned integer. Options to apply to the data recordset. Possible values can be any combination of one or more of those shown in the following table.

Field Summary
const  NumberNO_EXTERNAL_DATA_UI
           Prevents data in the data recordset from being displayed in the External Data window.
const  NumberNO_ADV_CONFIG
           Limits the control users have of how the data recordset is refreshed in the Configure Refresh dialog box for the data recordset. In particular, users cannot change the primary key or specify when shape data should be overwritten; however, users can set the refresh interval and can change the data source.
const  NumberNO_REFRESH_UI
           Prevents the data recordset from being displayed in the Refresh Data dialog box.
const  NumberNO_LINK_ON_PASTE
           Does not copy shape-data links to the Clipboard when shapes are copied or cut.
const  NumberDELAY_QUERY
           Does not execute the command-string query until the next time the data recordset is refreshed.
const  NumberUNDEFINED
           Undefined.
 

Field Detail

NO_EXTERNAL_DATA_UI

const Number NO_EXTERNAL_DATA_UI
Prevents data in the data recordset from being displayed in the External Data window.

NO_ADV_CONFIG

const Number NO_ADV_CONFIG
Limits the control users have of how the data recordset is refreshed in the Configure Refresh dialog box for the data recordset. In particular, users cannot change the primary key or specify when shape data should be overwritten; however, users can set the refresh interval and can change the data source.

NO_REFRESH_UI

const Number NO_REFRESH_UI
Prevents the data recordset from being displayed in the Refresh Data dialog box.

NO_LINK_ON_PASTE

const Number NO_LINK_ON_PASTE
Does not copy shape-data links to the Clipboard when shapes are copied or cut.

DELAY_QUERY

const Number DELAY_QUERY
Does not execute the command-string query until the next time the data recordset is refreshed.

UNDEFINED

const Number UNDEFINED
Undefined.

See Also:
          Aspose.Cells Documentation - the home page for the Aspose.Cellss Product Documentation.
          Aspose.Cells Support Forum - our preferred method of support.