Sets the cell value for the given row and column.
Supported platforms: Windows only
VBA:
object.SetCellValueFromText row, col, val, 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: String
The new cell value.
Access: Input-only
Type: AcParseOption enum
The type of content parsing to use.
No return value.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available