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

Method Columns

tableview.go:621–623  ·  view source on GitHub ↗

Columns returns the list of columns.

()

Source from the content-addressed store, hash-verified

619
620// Columns returns the list of columns.
621func (tv *TableView) Columns() *TableViewColumnList {
622 return tv.columns
623}
624
625// VisibleColumnsInDisplayOrder returns a slice of visible columns in display
626// order.

Callers 1

CreateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected