Assembly: Express;
The IGridViewColumns interface is used to work with the collection of columns of the table displayed in the DataGridView web form component.
IGridViewColumns
The collection of columns can be obtained using the IDataGridView.Columns property.
| Property name | Brief description | |
![]() |
Count | The Count property returns the number of columns in the collection. |
![]() |
Item | The Item property returns settings of the table column with the specified index. |
| Method name | Brief description | |
![]() |
FindById | The FindById method searches a column by identifier. |
See also: