Gets the number of columns spanned by the table cell at the specific row and column (some tables can have cells which span multiple rows and/or columns).
The returned values are meaningful only if the Table has both STATE_VISIBLE and STATE_SHOWING.
this |
a pointer to the Table implementor on which to operate. |
row |
the specified table row, zero-indexed. |
column |
the specified table column, zero-indexed. |
a int indicating the number of columns spanned by the specified cell. |