SetName sets the name of this TableViewColumn.
(name string)
| 120 | |
| 121 | // SetName sets the name of this TableViewColumn. |
| 122 | func (tvc *TableViewColumn) SetName(name string) { |
| 123 | tvc.name = name |
| 124 | } |
| 125 | |
| 126 | // Precision returns the number of decimal places for formatting float32, |
| 127 | // float64 or big.Rat values. |