MCPcopy
hub / github.com/rivo/tview / GetColumnCount

Method GetColumnCount

table.go:785–787  ·  view source on GitHub ↗

GetColumnCount returns the (maximum) number of columns in the table.

()

Source from the content-addressed store, hash-verified

783
784// GetColumnCount returns the (maximum) number of columns in the table.
785func (t *Table) GetColumnCount() int {
786 return t.content.GetColumnCount()
787}
788
789// CellAt returns the row and column located at the given screen coordinates.
790// Each returned value may be negative if there is no row and/or cell. This

Callers

nothing calls this directly

Calls 1

GetColumnCountMethod · 0.65

Tested by

no test coverage detected