Gets the formatted text string for the specified row and column.
Supported platforms: Windows only
VBA:
RetVal = object.FormatValue(row, col, nOption, pVal)
Type: Table
The object this method applies to.
Access: Input-only
Type: Integer
The row number of the cell.
Access: Input-only
Type: Integer
The column number of the cell.
Access: Input-only
Type: AcFormatOption enum
The formatting option flag.
Type: String
The formatted text in the table.
No additional remarks.
VBA:
Not available
Visual LISP:
Not available