MCPcopy Index your code
hub / github.com/benfry/processing4 / getColumnCount

Method getColumnCount

core/src/processing/data/Table.java:1944–1946  ·  view source on GitHub ↗

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()

()

Source from the content-addressed store, hash-verified

1942 * @see Table#getRowCount()
1943 */
1944 public int getColumnCount() {
1945 return columns.length;
1946 }
1947
1948
1949 /**

Callers 15

writeTSVMethod · 0.95
writeCSVMethod · 0.95
writeHTMLMethod · 0.95
saveODSMethod · 0.95
saveBinaryMethod · 0.95
loadBinaryMethod · 0.95
setTableTypeMethod · 0.95
setColumnTitleMethod · 0.95
checkColumnIndexMethod · 0.95
removeTokensMethod · 0.95
trimMethod · 0.95
sortMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected