Description: Returns a DataSet containing information from cells in the entity currently open in the HSFWebService.
Prerequisites: CreateSession(), OpenServer(), OpenDatabase() and OpenEntity().
Visual Basic
Public Function GetEntityDataCells( _ ByVal sessionID As String, _ ByVal dataCellLocators As DataSet _ ) As DataSet
C#
public DataSet GetEntityDataCells( string sessionID, DataSet dataCellLocators )
C++
public: DataSet GetEntityDataCells( String sessionID, DataSet dataCellLocators ) sealed
JScript
public function GetEntityDataCells( sessionID : String, dataCellLocators : DataSet ) : DataSet
Table 29. GetEntityDataCells Parameters
| Parameter | Data Type | Description |
|---|---|---|
| sessionID | string | A session identifier |
| dataCellLocators | DataSet | A list of cell locations mapping to a DataTable |
DataSet
Table 30. GetEntityDataCells DataSet
| Parameter | Data Type | Description |
|---|---|---|
| Value | string | Value in cell |
| Account | string | Account row for cell |
| Time | string | Time period of cell |
| Scenario | string | Scenario of cell |
| Measure | string | Measure of cell |
| IsValid | bool | ?? |
| CanRead | bool | ?? |
| CanWrite | bool | ?? |
See IncomeStatement.aspx.