TableGetPenListΒΆ

TableGetPenList returns a vector with pen handles. A pen is used to draw the cell border line.

hvPens = TableGetPenList(hTable)

Return Value

hvPens is a vector with the copied pen handles. After a pen is not longer used it must be deleted using the PenDestroy function. The position of a pen handle in the vector corresponds to the index in the table cell. The first pen has the index 1. The index is set using the function TableSetBorderPenIndex. .. us.params

Parameters

hTable

Identifies the table object.

id-2015466