Set Custom Table Cell Color    

Sets a cell’s foreground and background color in a custom table.

 

Input Arguments

 

0

Collection Object Name

Table Name

The name of the table to modify.

1

Integer

Row

The row for the cell.

2

Integer

Column

The column for the cell.

3

Color

Foreground Color Name

The color for the text.

4

Color

Background Color Name

The color for the cell’s background.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The cell was set successfully.

FAILURE

The specified table was not found.

 

Remarks

None.