MCPcopy Index your code
hub / github.com/processing/processing / getColumnCount

Method getColumnCount

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

@webref table:method @brief Gets the number of columns in a table @see Table#getRowCount()

()

Source from the content-addressed store, hash-verified

1911 * @see Table#getRowCount()
1912 */
1913 public int getColumnCount() {
1914 return columns.length;
1915 }
1916
1917
1918 /**

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