Sets the value of a cell by parsing the text.
Supported platforms: Windows only
VBA:
object.SetValueFromText nRow, nCol, nContent, szText, nOption
Type: Table
The object this method applies to.
Access: Input-only
Type: Long
The row number of the cell to set.
Access: Input-only
Type: Long
The column number of the cell to set.
Access: Input-only
Type: Long
The content value of the cell.
Access: Input-only
Type: String
The text string to set as a value.
Access: Input-only
Type: AcParseOption enum
Special input option flags.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available