TableIF.getColumnExtentAt

Gets the number of columns occupied by the accessible object at the specified @row and @column in the @table.

interface TableIF
int
getColumnExtentAt
(
int row
,
int column
)

Parameters

row int

a #gint representing a row in @table

column int

a #gint representing a column in @table

Return Value

Type: int

a gint representing the column extent at specified position, or 0 if value does not implement this interface.

Meta