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

Method GetRowCount

table.go:241–241  ·  view source on GitHub ↗

Return the total number of rows in the table.

()

Source from the content-addressed store, hash-verified

239
240 // Return the total number of rows in the table.
241 GetRowCount() int
242
243 // Return the total number of columns in the table.
244 GetColumnCount() int

Callers 5

GetRowCountMethod · 0.65
CellAtMethod · 0.65
ScrollToEndMethod · 0.65
DrawMethod · 0.65
InputHandlerMethod · 0.65

Implementers 2

Tabletable.go

Calls

no outgoing calls

Tested by

no test coverage detected