TableGetFormatListΒΆ

TableGetFormatList returns a string matrix with two columns with cell format information.

smFormat = TableGetFormatList(hTable)

Return Value

smFormat is a string matrix with two columns. The columns have the following meaning:

Value Meaning
smFormat[;1] Cell type
smFormat[;2] Format format string

The row number in the matrix refers to the index returned by TableGetFormatIndex.

Parameters

hTable

Identifies the table object.

Comment

id-1662362