GetTabSheetData

Syntax

GetTabSheetDataResult GetTabSheetData(TabSheetId tTabSheet, GetTabSheetDataArg tArg)

Parameters

tTabSheet. Table moniker.

tArg. Parameters of extracting data and metadata.

Description

The GetTabSheetData operation extracts table data and metadata.

Comments

To execute the operation, specify table moniker in the tTabSheet parameter, and parameters of data and metadata extraction in the tArg parameter. 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 extract data and metadata. In the tArg.range/ranges field specify cell range(s), for which the operation must be executed. The tArg.action filed may also contain additional actions to be executed in the table on executing the operation. The result of the operation is the requested information and operations execution results if the tArg.action field was defined.

Example

Below is the example of using the GetTabSheetData operation to get data from the specified cell range in the express report table. The request contains table moniker and data extraction pattern. The response contains requested data.

SOAP

JSON

C#

See also:

Interactive Visual Components