Added:
- Add functions to address [227](https://github.com/ragardner/tksheet/issues/227):
- `get_column_text_width`
- `get_row_text_height`
- `visible_columns` - `property`
- `visible_rows` - `property`
Changed:
- Internal parameter names:
- `only_set_if_too_small` -> ` only_if_too_small`
- Internal functions:
- `get_visible_rows`, `get_visible_columns` -> `visible_text_rows`, `visible_text_columns`, also changed to properties `property`
- Internal function parameters:
- `set_col_width`
- `set_row_height`