Executes a Data Explorer task for the specified rows and columns.
<HFMwDataGrid>.ExecuteAction (lTaskID, varavarRows, varavarCols)
The ID of the task to be executed. These IDs are represented by the HFMConstants type library constants listed in Data Explorer Task Constants. | |
An array of the row numbers that identify the rows for the action. | |
An array of the column numbers that identify the columns for the action. |
Returns an HRESULT – 0 indicates success, a non-zero value indicates an error. You should always check the return value for a non-zero HRESULT.
You can use the HsvResourceManager object to obtain more information on non-zero return values. For details, see HsvResourceManager Object Methods. |