TableAddPenΒΆ
TableAddPen adds a pen to the list of pens of the specified table object.
- nPenIndex = TableAddPen(hTable, hPen)
Return Value
nPenIndex is the pen index. The pen index is used to set the pen of the cells, using the TableSetBorderPenIndex function.
Parameters
- hTable
Identifies the table object.
- hPen
hPen is the pen handle.
See also
id-1003973