Read Cell Formula
Reads formula of given cell.
Input
- Sheet Name: The page where the cell to be read is located
- Type:
System.String
- Type:
- Row Index: The row information of the cell to be read
- Type:
System.Int32 - Required
- Type:
- Column Index: The column information of the cell to be read
- Type:
System.Int32 - Required
- Type:
Output
- Result: It returns the formula valid in the cell
- Type:
System.String - Required
- Type:
Details
- This activity can only be used within the Use Excel File activity. Excel application must be installed on the machine where the process will run.