Action group: Office
The action checks that there is no value in the cell
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Context | Action context for ods/xlsx document | Robin.OpenSheetD oc | Yes | |
Column of the cell | The column of the cell in which the absence of values will be checked | Robin.String | Yes | |
Row of the cell | Cell string to check for the absence of values | Robin.Numeric | Yes | |
Results | ||||
Result | The variable in which the value from the cell will be written. If the cell: empty, then - «True (True)», filled, then - «False (False)». | Robin.Boolean | true |
None.
There is an Excel-document with values in it. It is required to check if the value in cell C3 is filled. And then display a dialog box with the message "The cell is empty" or "The cell is filled".
Use the actions "Open", "Is cell empty", "Save", "Show message".
The program robot completed successfully.
The cell fill alert is displayed in a dialog box.