var_txt
The text (specified by an
l-value
of the type
Rich_text
) containing
the table.
tbl_handle
The table handle – a value identifying the table within the text. It can be acquired by the functions
rtxt_firts_table
and
rtxt_next_table
.
The type of the parameter is
Int
;
however, no other value than a value returned by one of the functions mentioned can be passed to the
function.
row
The index of the table row. The rows are indexed beginning with 0.
cell
The index of the table cell within the row. The cells are indexed beginning with 0.
cell_info
A structure of the type
Cell_info
specifying the properties to be set.
If an index is out of range, an
error
is returned.