FormatValue Method

Gets the formatted text string for the specified row and column.

See Also | Example

Signature

RetVal = object.FormatValue row, col, nOption, pVal

Object

Table
The object this method applies to.

row

Integer; Input-only
The row number of the cell.

col

Integer; Input-only
The column number of the cell.

nOption

AcFormatOption; Input-only
The formatting option flag.

RetVal

String
The formatted text in the table.

 

   Comments?