'Declaration
Public Overloads ReadOnly Property Item( _ ByVal columnName As String _ ) As Column
public Column Item( string columnName ) {get;}
Parameters
- columnName
'Declaration
Public Overloads ReadOnly Property Item( _ ByVal columnName As String _ ) As Column
public Column Item( string columnName ) {get;}
You can use the Column object returned by this method to set attributes such as column height, visibility, style, selected state, and so on.
This indexer looks for a column with the specified Column.Name. The column name is set automatically for you when the grid is bound to a database, or it may be set using code.