SetTabSheetData

Syntax

SetTabSheetDataResult SetTabSheetData(TabSheetId tTabSheet, SetTabSheetDataArg tArg)

Parameters

tTabSheet. Table moniker.

tArg. Parameters of data and metadata change.

Description

The SetTabSheetData operation changes data and metadata of a table.

Comments

To execute the operation, in the tTabSheet parameter determine table moniker, and in the tArg parameter determine parameters of data and metadata change. The moniker can be based on the moniker of opened object instance, with the table of which the user is working, following these rules:

In the tArg.pattern field specify the pattern to be used to change data or metadata. The changed data is specified in the tArg.TabSheetData field, while metadata is shown in the tArg.metaData field. The tArg.action filed may also contain additional actions to be executed in the table on executing the operation. If the tArg.getArg field is defined, the result of the operation is the changed data and metadata obtained after changing it in the table.

Example

Below is the example of using the SetTabSheetData operation to change data in the specified cell range in the express report table. The request contains table moniker, new data for the cell range, and the pattern indicating whether cell data must be changed. The response contains updated information about data in the specified cell range.

SOAP

JSON

C#

See also:

Interactive Visual Components