The TabRowColumnResizeType enumeration contains types of action which result in table rows or columns' resizing.
It is used by the following properties and methods:
| Value | Description |
| 0 | Resize. Resizing column or row either by moving column/row border or by changing respective width or height in application code. |
| 1 | Hide. Hiding column or row by folding the expander or by setting zero width/height for column or row. |
| 2 | Show. Displaying column or row by unfolding expander or be setting non-zero width or height. |
See also: