Returns the total number of columns in a table. @webref table:method @webBrief Returns the total number of columns in a table @see Table#getRowCount()
()
| 1942 | * @see Table#getRowCount() |
| 1943 | */ |
| 1944 | public int getColumnCount() { |
| 1945 | return columns.length; |
| 1946 | } |
| 1947 | |
| 1948 | |
| 1949 | /** |
no outgoing calls
no test coverage detected