# Row

## Content



A grid control is a collection of rows and columns. Columns generally contain a particular type of information through out, while rows are used to record different types of information about a particular item.

In FlexGrid, the collection of rows is represented by the RowCollection class which can be accessed through **Rows** property of the **FlexGrid** class. This section discusses the various operations that can be performed on rows.

| **Topic** | **Content** |
| --- | --- |
| [Basic Operations](/componentone/docs/winui/online-winui/winui-controls/flexgrid/grid-row/row-basic-operations) |   Discusses about how to perform basic row operations.  <ul><li>Add row</li><li>Delete row</li><li>Insert row</li><li>Set frozen row</li></ul> |
| [User interaction](/componentone/docs/winui/online-winui/winui-controls/flexgrid/grid-row/row-user-interaction) |   Discusses about operations that can be performed by the end-user at run time  <ul><li>Allow dragging</li><li>Allow resizing</li></ul> |
| [Header](/componentone/docs/winui/online-winui/winui-controls/flexgrid/grid-row/row-header) |   Discusses about how to set row header and perform other related operations.  <ul><li>Set row header</li><li>Merge row header</li><li>Wrap row header text</li><li>Style row header</li></ul> |
| [Sizing](/componentone/docs/winui/online-winui/winui-controls/flexgrid/grid-row/row-sizing) |   Discusses about various aspects of row sizing.  <ul><li>Set row height</li><li>Auto adjust row height</li><li>Set min/max row height</li></ul> |