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

Method getColumnCount

core/src/processing/data/TableRow.java:162–162  ·  view source on GitHub ↗

@webref tablerow:method @brief Get the column count. @return count of all columns

()

Source from the content-addressed store, hash-verified

160 * @return count of all columns
161 */
162 public int getColumnCount();
163
164 /**
165 * @brief Get the column type.

Callers 6

StringDictMethod · 0.65
TableMethod · 0.65
setColumnTypesMethod · 0.65
setRowMethod · 0.65
getColumnCountMethod · 0.65
ListPanelMethod · 0.65

Implementers 2

RowPointercore/src/processing/data/Table.java
Tablecore/src/processing/data/Table.java

Calls

no outgoing calls

Tested by

no test coverage detected