Set Custom Table Cell Font    

Sets the font to be used in a table cell.

 

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

Font Type

Font

The font to use in the cell.

 

Return Arguments

None.

 

Returned Status

 

SUCCESS

The cell was set successfully.

FAILURE

The specified table or cell was not found.

 

Remarks

None.