TableT.getRowDescription

Gets the description text of the specified row in the table

template TableT()
override
string
getRowDescription
(
int row
)

Parameters

row int

a #gint representing a row in table

Return Value

Type: string

a gchar* representing the row description, or null if value does not implement this interface.