MCPcopy Create free account
hub / github.com/lxn/walk / RowCount

Method RowCount

models.go:132–132  ·  view source on GitHub ↗

RowCount returns the number of rows in the model.

()

Source from the content-addressed store, hash-verified

130type TableModel interface {
131 // RowCount returns the number of rows in the model.
132 RowCount() int
133
134 // Value returns the value that should be displayed for the given cell.
135 Value(row, col int) interface{}

Callers 3

NewTableViewWithCfgFunction · 0.65
attachModelMethod · 0.65
setItemCountMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected