How will get the automation anywhere array element row and column count?
Answer Posted / Vipin Kumar Shaksena
To get the row and column count of an array element in Automation Anywhere, you can use the `RowCount` and `ColumnCount` properties. For example, if `myArray` is your array object: `myArray.RowCount` and `myArray.ColumnCount`
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers