Web Service > Web Service Operations > Interactive Visual Components > GetTabSheetData
GetTabSheetDataResult GetTabSheetData(TabSheetId tTabSheet, GetTabSheetDataArg tArg)
tTabSheet. Table moniker.
tArg. Parameters of getting data and metadata.
The GetTabSheetData operation gets table data and metadata.
To execute the operation, specify table moniker in the tTabSheet parameter, and parameters of data and metadata getting 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:
"Express report instance moniker"!Tab. Express report table (if the express report consists of a single sheet).
"Express report instance moniker"!Sheets!"Sheet key"!Tab. Table of the selected express report sheet (if the express report consists of several sheets).
"Workbook instance moniker"!Tab. Workbook table (if the workbook consists of a single sheet).
"Workbook instance moniker"!Sheets!"Sheet key"!Tab. Table of the selected workbook sheet (if the workbook consists of several sheets).
"Workbook instance moniker"!CorrTab. Table that contains correlation matrix.
"Workbook instance moniker"!CoeffTab. Table that contains equation coefficients.
"Workbook instance moniker"!WeightsTab. Table that contains weight matrix.
"Regular report instance moniker"!Sheet Key. Table on a separate regular report sheet.
In the tArg.pattern field specify the pattern to be used to get 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.
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 getting pattern. The response contains requested data.
See also: