GetCellText
Gets the text of the cell indicated by nCell in the current AppOutputLine's sub-line indicated by nLine
Signature
GetCellText(in nLine:Long, in nCell:Long) -> String |
Parameters
Name | Type | Description |
---|---|---|
nLine | Long | Specifies the zero-based index of the line. |
nCell | Long | Specifies the zero-based index of the cell. |
Errors
Error code | Description |
---|---|
4100 | The object is no longer valid. |
4101 | Invalid address for the return parameter was specified. |