@webref table:method @brief Gets the number of columns in a table @see Table#getRowCount()
()
| 1911 | * @see Table#getRowCount() |
| 1912 | */ |
| 1913 | public int getColumnCount() { |
| 1914 | return columns.length; |
| 1915 | } |
| 1916 | |
| 1917 | |
| 1918 | /** |
no outgoing calls
no test coverage detected